#2cdeee

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

Shades of Turquoise #2CDEEE

Tints of Turquoise #2CDEEE

Color information

#2CDEEE (or 0x2CDEEE) is unknown color: approx Turquoise. HEX triplet: 2C, DE and EE. RGB value is (44,222,238). Sum of RGB (Red+Green+Blue) = 44+222+238=504 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.73% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #2CDEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDEEE is #D32111. Grayscale: #AAAAAA. Windows color (decimal): -13836562 or 15654444. OLE color: 15654444.

HSL color Cylindrical-coordinate representation of color #2CDEEE: hue angle of 184.95º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CDEEE is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB44222238-
CMYK0.820.0700.07
HSL184.95º85.09%55.29%-
HSV(B)184.95º81.51%93.33%-
XYZ42.5958.9590.02-
YUV170.6166.0337.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.73%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=8.73%
G=44.05%
B=47.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal442222380.820.0700.07184.9585.0955.29
Hex2CDEEE52707b95537
Octal5433635612270727112567
Binary101100110111101110111010100101110111101110011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cdeee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,222,238); }

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

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

 a { background-color: rgb(44,222,238); }

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

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

 span { border-color: rgb(44,222,238); }

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