#00EEE9

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

Shades of Bright Turquoise #00EEE9

Tints of Bright Turquoise #00EEE9

Color information

#00EEE9 (or 0x00EEE9) is unknown color: approx Bright Turquoise. HEX triplet: 00, EE and E9. RGB value is (0,238,233). Sum of RGB (Red+Green+Blue) = 0+238+233=471 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #00EEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EEE9 is #FF1116. Grayscale: #A6A6A6. Windows color (decimal): -16716055 or 15330816. OLE color: 15330816.

HSL color Cylindrical-coordinate representation of color #00EEE9: hue angle of 178.74º 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 #00EEE9 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB0238233-
CMYK100.020.07
HSL178.74º100%46.67%-
HSV(B)178.74º100%93.33%-
XYZ45.2867.0387.64-
YUV166.27165.659.41-

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) = 50.53%
BLUE value IS 233 (91.41% from 255) = 49.47%
R=0%
G=50.53%
B=49.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0238233100.020.07178.7410046.67
Hex0EEE964027b3642f
Octal035635114402726314457
Binary011101110111010011100100010111101100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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