Html Css Color HEX #00EEDE Bright Turquoise

📋 copy color: '#00EEDE'

red 0 ◦ green 238 ◦ blue 222

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

Shades of Bright Turquoise #00EEDE

Tints of Bright Turquoise #00EEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.74%

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

R = 0%
G = 51.74%
B = 48.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#00EEDE (or 0x00EEDE) is known color: Bright Turquoise. HEX triplet: 00, EE and DE. RGB value is (0,238,222). Sum of RGB (Red+Green+Blue) = 0+238+222=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #00EEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EEDE is #FF1121. Grayscale: #A4A4A4. Windows color (decimal): -16716066 or 14609920. OLE color: 14609920.

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

Color convert

RGB 0 238 222 -
CMYK 1 0 0.07 0.07
HSL 175.97º 1% 0.47% -
HSV(B) 175.97º 1% 0.93% -
XYZ 43.76 66.42 79.62 -
YUV 165.01 160.15 10.3 -
System Red Green Blue C M Y K H S L
Decimal 0 238 222 1 0 0.07 0.07 175.97 1 0.47
Hex 0 EE DE 64 0 7 7 B0 64 2F
Octal 0 356 336 144 0 7 7 260 144 57
Binary 0 11101110 11011110 1100100 0 111 111 10110000 1100100 101111

Color Harmonies of #00EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EEDE

Black with #00EEDE

Text Example


Text Example

White with #00EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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