Html Css Color HEX #00EDDC Bright Turquoise

📋 copy color: '#00EDDC'

red 0 ◦ green 237 ◦ blue 220

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

Shades of Bright Turquoise #00EDDC

Tints of Bright Turquoise #00EDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 0%
G = 51.86%
B = 48.14%

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

#00EDDC (or 0x00EDDC) is known color: Bright Turquoise. HEX triplet: 00, ED and DC. RGB value is (0,237,220). Sum of RGB (Red+Green+Blue) = 0+237+220=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDDC is #FF1223. Grayscale: #A4A4A4. Windows color (decimal): -16716324 or 14478592. OLE color: 14478592.

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

Color convert

RGB 0 237 220 -
CMYK 1 0 0.07 0.07
HSL 175.7º 1% 0.46% -
HSV(B) 175.7º 1% 0.93% -
XYZ 43.2 65.74 78.12 -
YUV 164.2 159.48 10.88 -
System Red Green Blue C M Y K H S L
Decimal 0 237 220 1 0 0.07 0.07 175.7 1 0.46
Hex 0 ED DC 64 0 7 7 B0 64 2E
Octal 0 355 334 144 0 7 7 260 144 56
Binary 0 11101101 11011100 1100100 0 111 111 10110000 1100100 101110

Color Harmonies of #00EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EDDC

Black with #00EDDC

Text Example


Text Example

White with #00EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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