#2CF1CE

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

Shades of Turquoise #2CF1CE

Tints of Turquoise #2CF1CE

Color information

#2CF1CE (or 0x2CF1CE) is unknown color: approx Turquoise. HEX triplet: 2C, F1 and CE. RGB value is (44,241,206). Sum of RGB (Red+Green+Blue) = 44+241+206=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF1CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF1CE is #D30E31. Grayscale: #B2B2B2. Windows color (decimal): -13831730 or 13562156. OLE color: 13562156.

HSL color Cylindrical-coordinate representation of color #2CF1CE: hue angle of 169.34º degrees, saturation: 0.88, 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 #2CF1CE is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB44241206-
CMYK0.8200.150.05
HSL169.34º87.56%55.88%-
HSV(B)169.34º81.74%94.51%-
XYZ43.6367.969.2-
YUV178.11143.7332.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.96%
GREEN value IS 241 (94.53% from 255) = 49.08%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=8.96%
G=49.08%
B=41.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal442412060.8200.150.05169.3487.5655.88
Hex2CF1CE520F5a95838
Octal54361316122017525113070
Binary1011001111000111001110101001001111101101010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,241,206); }

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

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

 a { background-color: rgb(44,241,206); }

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

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

 span { border-color: rgb(44,241,206); }

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