Html Css Color HEX #00DEDE Bright Turquoise

📋 copy color: '#00DEDE'

red 0 ◦ green 222 ◦ blue 222

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

Shades of Bright Turquoise #00DEDE

Tints of Bright Turquoise #00DEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00DEDE (or 0x00DEDE) is known color: Bright Turquoise. HEX triplet: 00, DE and DE. RGB value is (0,222,222). Sum of RGB (Red+Green+Blue) = 0+222+222=444 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #00DEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DEDE is #FF2121. Grayscale: #9B9B9B. Windows color (decimal): -16720162 or 14605824. OLE color: 14605824.

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

Color convert

RGB 0 222 222 -
CMYK 1 0 0 0.13
HSL 180º 1% 0.44% -
HSV(B) 180º 1% 0.87% -
XYZ 39.31 57.52 78.14 -
YUV 155.62 165.45 17 -
System Red Green Blue C M Y K H S L
Decimal 0 222 222 1 0 0 0.13 180 1 0.44
Hex 0 DE DE 64 0 0 D B4 64 2C
Octal 0 336 336 144 0 0 15 264 144 54
Binary 0 11011110 11011110 1100100 0 0 1101 10110100 1100100 101100

Color Harmonies of #00DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DEDE

Black with #00DEDE

Text Example


Text Example

White with #00DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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