Html Css Color HEX #00EDE8 Bright Turquoise

📋 copy color: '#00EDE8'

red 0 ◦ green 237 ◦ blue 232

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

Shades of Bright Turquoise #00EDE8

Tints of Bright Turquoise #00EDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.53%

 BLUE value IS 232 (91.02% from 255) = 49.47%

R = 0%
G = 50.53%
B = 49.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#00EDE8 (or 0x00EDE8) is known color: Bright Turquoise. HEX triplet: 00, ED and E8. RGB value is (0,237,232). Sum of RGB (Red+Green+Blue) = 0+237+232=469 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EDE8 is #FF1217. Grayscale: #A5A5A5. Windows color (decimal): -16716312 or 15265024. OLE color: 15265024.

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

Color convert

RGB 0 237 232 -
CMYK 1 0 0.02 0.07
HSL 178.73º 1% 0.46% -
HSV(B) 178.73º 1% 0.93% -
XYZ 44.85 66.39 86.8 -
YUV 165.57 165.48 9.91 -
System Red Green Blue C M Y K H S L
Decimal 0 237 232 1 0 0.02 0.07 178.73 1 0.46
Hex 0 ED E8 64 0 2 7 B3 64 2E
Octal 0 355 350 144 0 2 7 263 144 56
Binary 0 11101101 11101000 1100100 0 10 111 10110011 1100100 101110

Color Harmonies of #00EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EDE8

Black with #00EDE8

Text Example


Text Example

White with #00EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,237,232); }

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

background-color css

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

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

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

border-color css

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

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

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