#2ce2d9

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

Shades of Turquoise #2CE2D9

Tints of Turquoise #2CE2D9

Color information

#2CE2D9 (or 0x2CE2D9) is unknown color: approx Turquoise. HEX triplet: 2C, E2 and D9. RGB value is (44,226,217). Sum of RGB (Red+Green+Blue) = 44+226+217=487 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.03% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE2D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE2D9 is #D31D26. Grayscale: #AAAAAA. Windows color (decimal): -13835559 or 14279212. OLE color: 14279212.

HSL color Cylindrical-coordinate representation of color #2CE2D9: hue angle of 177.03º degrees, saturation: 0.76, 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 #2CE2D9 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB44226217-
CMYK0.8100.040.11
HSL177.03º75.83%52.94%-
HSV(B)177.03º80.53%88.63%-
XYZ40.7659.9475.07-
YUV170.56154.237.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.03%
GREEN value IS 226 (88.67% from 255) = 46.41%
BLUE value IS 217 (85.16% from 255) = 44.56%
R=9.03%
G=46.41%
B=44.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal442262170.8100.040.11177.0375.8352.94
Hex2CE2D95104Bb14c35
Octal54342331121041326111465
Binary1011001110001011011001101000101001011101100011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ce2d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,226,217); }

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

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

 a { background-color: rgb(44,226,217); }

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

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

 span { border-color: rgb(44,226,217); }

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