#00DEE1

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

Shades of Bright Turquoise #00DEE1

Tints of Bright Turquoise #00DEE1

Color information

#00DEE1 (or 0x00DEE1) is unknown color: approx Bright Turquoise. HEX triplet: 00, DE and E1. RGB value is (0,222,225). Sum of RGB (Red+Green+Blue) = 0+222+225=447 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #00DEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DEE1 is #FF211E. Grayscale: #9B9B9B. Windows color (decimal): -16720159 or 14802432. OLE color: 14802432.

HSL color Cylindrical-coordinate representation of color #00DEE1: hue angle of 180.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEE1 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB0222225-
CMYK10.0100.12
HSL180.8º100%44.12%-
HSV(B)180.8º100%88.24%-
XYZ39.7157.6880.27-
YUV155.96166.9516.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 222 (87.11% from 255) = 49.66%
BLUE value IS 225 (88.28% from 255) = 50.34%
R=0%
G=49.66%
B=50.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal022222510.0100.12180.810044.12
Hex0DEE16410Cb5642c
Octal0336341144101426514454
Binary011011110111000011100100101100101101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,222,225); }

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

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

 a { background-color: rgb(0,222,225); }

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

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

 span { border-color: rgb(0,222,225); }

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