#2DCEE0

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

Shades of Turquoise #2DCEE0

Tints of Turquoise #2DCEE0

Color information

#2DCEE0 (or 0x2DCEE0) is unknown color: approx Turquoise. HEX triplet: 2D, CE and E0. RGB value is (45,206,224). Sum of RGB (Red+Green+Blue) = 45+206+224=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #2DCEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCEE0 is #D2311F. Grayscale: #9F9F9F. Windows color (decimal): -13775136 or 14732845. OLE color: 14732845.

HSL color Cylindrical-coordinate representation of color #2DCEE0: hue angle of 186.03º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCEE0 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB45206224-
CMYK0.800.0800.12
HSL186.03º74.27%52.75%-
HSV(B)186.03º79.91%87.84%-
XYZ36.6150.0878.26-
YUV159.91164.1646.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.47%
GREEN value IS 206 (80.86% from 255) = 43.37%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=9.47%
G=43.37%
B=47.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452062240.800.0800.12186.0374.2752.75
Hex2DCEE05080Cba4a35
Octal553163401201001427211265
Binary10110111001110111000001010000100001100101110101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,206,224); }

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

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

 a { background-color: rgb(45,206,224); }

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

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

 span { border-color: rgb(45,206,224); }

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