Html Css Color HEX #00DEE2 Bright Turquoise

📋 copy color: '#00DEE2'

red 0 ◦ green 222 ◦ blue 226

#00DEE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #00DEE2

Tints of Bright Turquoise #00DEE2

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 222 (87.11% from 255) = 49.55%

 BLUE value IS 226 (88.67% from 255) = 50.45%

R = 0%
G = 49.55%
B = 50.45%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#00DEE2 (or 0x00DEE2) is known color: Bright Turquoise. HEX triplet: 00, DE and E2. RGB value is (0,222,226). Sum of RGB (Red+Green+Blue) = 0+222+226=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #00DEE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DEE2 is #FF211D. Grayscale: #9B9B9B. Windows color (decimal): -16720158 or 14867968. OLE color: 14867968.

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

Color convert

RGB 0 222 226 -
CMYK 1 0.02 0 0.11
HSL 181.06º 1% 0.44% -
HSV(B) 181.06º 1% 0.89% -
XYZ 39.85 57.73 80.99 -
YUV 156.08 167.45 16.67 -
System Red Green Blue C M Y K H S L
Decimal 0 222 226 1 0.02 0 0.11 181.06 1 0.44
Hex 0 DE E2 64 2 0 B B5 64 2C
Octal 0 336 342 144 2 0 13 265 144 54
Binary 0 11011110 11100010 1100100 10 0 1011 10110101 1100100 101100

Color Harmonies of #00DEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DEE2

Black with #00DEE2

Text Example


Text Example

White with #00DEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00DEE2;
 }
 .AnyTagClassName
 {
   color: #00DEE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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