#00EDEA

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

Shades of Bright Turquoise #00EDEA

Tints of Bright Turquoise #00EDEA

Color information

#00EDEA (or 0x00EDEA) is unknown color: approx Bright Turquoise. HEX triplet: 00, ED and EA. RGB value is (0,237,234). Sum of RGB (Red+Green+Blue) = 0+237+234=471 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EDEA is #FF1215. Grayscale: #A5A5A5. Windows color (decimal): -16716310 or 15396096. OLE color: 15396096.

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

Color convert

RGB0237234-
CMYK100.010.07
HSL179.24º100%46.47%-
HSV(B)179.24º100%92.94%-
XYZ45.1466.5188.3-
YUV165.8166.489.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 237 (92.97% from 255) = 50.32%
BLUE value IS 234 (91.80% from 255) = 49.68%
R=0%
G=50.32%
B=49.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0237234100.010.07179.2410046.47
Hex0EDEA64017b3642e
Octal035535214401726314456
Binary01110110111101010110010001111101100111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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