Html Css Color HEX #00ECCE Bright Turquoise

📋 copy color: '#00ECCE'

red 0 ◦ green 236 ◦ blue 206

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

Shades of Bright Turquoise #00ECCE

Tints of Bright Turquoise #00ECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 0%
G = 53.39%
B = 46.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#00ECCE (or 0x00ECCE) is known color: Bright Turquoise. HEX triplet: 00, EC and CE. RGB value is (0,236,206). Sum of RGB (Red+Green+Blue) = 0+236+206=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECCE is #FF1331. Grayscale: #A1A1A1. Windows color (decimal): -16716594 or 13560832. OLE color: 13560832.

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

Color convert

RGB 0 236 206 -
CMYK 1 0 0.13 0.07
HSL 172.37º 1% 0.46% -
HSV(B) 172.37º 1% 0.93% -
XYZ 41.14 64.45 68.66 -
YUV 162.02 152.81 12.44 -
System Red Green Blue C M Y K H S L
Decimal 0 236 206 1 0 0.13 0.07 172.37 1 0.46
Hex 0 EC CE 64 0 D 7 AC 64 2E
Octal 0 354 316 144 0 15 7 254 144 56
Binary 0 11101100 11001110 1100100 0 1101 111 10101100 1100100 101110

Color Harmonies of #00ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECCE

Black with #00ECCE

Text Example


Text Example

White with #00ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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