Html Css Color HEX #00ECDD Bright Turquoise

📋 copy color: '#00ECDD'

red 0 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #00ECDD

Tints of Bright Turquoise #00ECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 0%
G = 51.64%
B = 48.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#00ECDD (or 0x00ECDD) is known color: Bright Turquoise. HEX triplet: 00, EC and DD. RGB value is (0,236,221). Sum of RGB (Red+Green+Blue) = 0+236+221=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECDD is #FF1322. Grayscale: #A3A3A3. Windows color (decimal): -16716579 or 14543872. OLE color: 14543872.

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

Color convert

RGB 0 236 221 -
CMYK 1 0 0.06 0.07
HSL 176.19º 1% 0.46% -
HSV(B) 176.19º 1% 0.93% -
XYZ 43.05 65.21 78.72 -
YUV 163.73 160.31 11.22 -
System Red Green Blue C M Y K H S L
Decimal 0 236 221 1 0 0.06 0.07 176.19 1 0.46
Hex 0 EC DD 64 0 6 7 B0 64 2E
Octal 0 354 335 144 0 6 7 260 144 56
Binary 0 11101100 11011101 1100100 0 110 111 10110000 1100100 101110

Color Harmonies of #00ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECDD

Black with #00ECDD

Text Example


Text Example

White with #00ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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