#2CF3DF

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

Shades of Turquoise #2CF3DF

Tints of Turquoise #2CF3DF

Color information

#2CF3DF (or 0x2CF3DF) is unknown color: approx Turquoise. HEX triplet: 2C, F3 and DF. RGB value is (44,243,223). Sum of RGB (Red+Green+Blue) = 44+243+223=510 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.63% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF3DF is #D30C20. Grayscale: #B5B5B5. Windows color (decimal): -13831201 or 14676780. OLE color: 14676780.

HSL color Cylindrical-coordinate representation of color #2CF3DF: hue angle of 173.97º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF3DF is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB44243223-
CMYK0.8200.080.05
HSL173.97º89.24%56.27%-
HSV(B)173.97º81.89%95.29%-
XYZ46.4169.9680.87-
YUV181.22151.5730.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.63%
GREEN value IS 243 (95.31% from 255) = 47.65%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=8.63%
G=47.65%
B=43.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal442432230.8200.080.05173.9789.2456.27
Hex2CF3DF52085ae5938
Octal54363337122010525613170
Binary1011001111001111011111101001001000101101011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,243,223); }

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

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

 a { background-color: rgb(44,243,223); }

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

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

 span { border-color: rgb(44,243,223); }

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