Html Css Color HEX #00EDD2 Bright Turquoise

📋 copy color: '#00EDD2'

red 0 ◦ green 237 ◦ blue 210

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

Shades of Bright Turquoise #00EDD2

Tints of Bright Turquoise #00EDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.98%

R = 0%
G = 53.02%
B = 46.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#00EDD2 (or 0x00EDD2) is known color: Bright Turquoise. HEX triplet: 00, ED and D2. RGB value is (0,237,210). Sum of RGB (Red+Green+Blue) = 0+237+210=447 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDD2 is #FF122D. Grayscale: #A2A2A2. Windows color (decimal): -16716334 or 13823232. OLE color: 13823232.

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

Color convert

RGB 0 237 210 -
CMYK 1 0 0.11 0.07
HSL 173.16º 1% 0.46% -
HSV(B) 173.16º 1% 0.93% -
XYZ 41.92 65.22 71.35 -
YUV 163.06 154.48 11.7 -
System Red Green Blue C M Y K H S L
Decimal 0 237 210 1 0 0.11 0.07 173.16 1 0.46
Hex 0 ED D2 64 0 B 7 AD 64 2E
Octal 0 355 322 144 0 13 7 255 144 56
Binary 0 11101101 11010010 1100100 0 1011 111 10101101 1100100 101110

Color Harmonies of #00EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EDD2

Black with #00EDD2

Text Example


Text Example

White with #00EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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