#00EECC

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

Shades of Bright Turquoise #00EECC

Tints of Bright Turquoise #00EECC

Color information

#00EECC (or 0x00EECC) is unknown color: approx Bright Turquoise. HEX triplet: 00, EE and CC. RGB value is (0,238,204). Sum of RGB (Red+Green+Blue) = 0+238+204=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #00EECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EECC is #FF1133. Grayscale: #A2A2A2. Windows color (decimal): -16716084 or 13430272. OLE color: 13430272.

HSL color Cylindrical-coordinate representation of color #00EECC: hue angle of 171.43º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EECC is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB0238204-
CMYK100.140.07
HSL171.43º100%46.67%-
HSV(B)171.43º100%93.33%-
XYZ41.4765.5167.59-
YUV162.96151.1511.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 238 (93.36% from 255) = 53.85%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=0%
G=53.85%
B=46.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0238204100.140.07171.4310046.67
Hex0EECC640E7ab642f
Octal0356314144016725314457
Binary01110111011001100110010001110111101010111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00EECC; }

 p { color: rgb(0,238,204); }

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

<style>
 a { background-color: #00EECC; }

 a { background-color: rgb(0,238,204); }

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

<style>
 span { border-color: #00EECC; }

 span { border-color: rgb(0,238,204); }

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