#2CDCE3

Color #2CDCE3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2CDCE3

Tints of Turquoise #2CDCE3

Color information

#2CDCE3 (or 0x2CDCE3) is unknown color: approx Turquoise. HEX triplet: 2C, DC and E3. RGB value is (44,220,227). Sum of RGB (Red+Green+Blue) = 44+220+227=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 227 (89.06% from 255 or 46.23% from 491); Max value from RGB is 227 - color contains mainly: blue. Hex color #2CDCE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCE3 is #D3231C. Grayscale: #A7A7A7. Windows color (decimal): -13837085 or 14933036. OLE color: 14933036.

HSL color Cylindrical-coordinate representation of color #2CDCE3: hue angle of 182.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CDCE3 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB44220227-
CMYK0.810.0300.11
HSL182.3º76.57%53.14%-
HSV(B)182.3º80.62%89.02%-
XYZ40.557.2781.59-
YUV168.17161.1939.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 8.96%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 227 (89.06% from 255) = 46.23%
R=8.96%
G=44.81%
B=46.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal442202270.810.0300.11182.376.5753.14
Hex2CDCE35130Bb64d35
Octal54334343121301326611565
Binary101100110111001110001110100011101011101101101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CDCE3; }

 p { color: rgb(44,220,227); }

 H1.HeaderClassName
 {
   color: #2CDCE3;
 }
 .AnyTagClassName
 {
   color: #2CDCE3;
 }
</style>
background-color css

<style>
 a { background-color: #2CDCE3; }

 a { background-color: rgb(44,220,227); }

 div.DivClassName
 {
   background-color: #2CDCE3;
 }
 .BgClassName
 {
   background-color: #2CDCE3;
 }
</style>
border-color css

<style>
 span { border-color: #2CDCE3; }

 span { border-color: rgb(44,220,227); }

 td.TdClassName
 {
   border-color: #2CDCE3;
 }
 .TagClassName
 {
   border-color: #2CDCE3;
 }
</style>