Html Css Color HEX #00ECD9 Bright Turquoise

📋 copy color: '#00ECD9'

red 0 ◦ green 236 ◦ blue 217

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

Shades of Bright Turquoise #00ECD9

Tints of Bright Turquoise #00ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.1%

 BLUE value IS 217 (85.16% from 255) = 47.9%

R = 0%
G = 52.1%
B = 47.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#00ECD9 (or 0x00ECD9) is known color: Bright Turquoise. HEX triplet: 00, EC and D9. RGB value is (0,236,217). Sum of RGB (Red+Green+Blue) = 0+236+217=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECD9 is #FF1326. Grayscale: #A3A3A3. Windows color (decimal): -16716583 or 14281728. OLE color: 14281728.

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

Color convert

RGB 0 236 217 -
CMYK 1 0 0.08 0.07
HSL 175.17º 1% 0.46% -
HSV(B) 175.17º 1% 0.93% -
XYZ 42.52 65 75.95 -
YUV 163.27 158.31 11.54 -
System Red Green Blue C M Y K H S L
Decimal 0 236 217 1 0 0.08 0.07 175.17 1 0.46
Hex 0 EC D9 64 0 8 7 AF 64 2E
Octal 0 354 331 144 0 10 7 257 144 56
Binary 0 11101100 11011001 1100100 0 1000 111 10101111 1100100 101110

Color Harmonies of #00ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECD9

Black with #00ECD9

Text Example


Text Example

White with #00ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,236,217); }

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

background-color css

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

 a { background-color: rgb(0,236,217); }

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

border-color css

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

 span { border-color: rgb(0,236,217); }

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