Html Css Color HEX #00ECC2 Bright Turquoise

📋 copy color: '#00ECC2'

red 0 ◦ green 236 ◦ blue 194

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

Shades of Bright Turquoise #00ECC2

Tints of Bright Turquoise #00ECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 0%
G = 54.88%
B = 45.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#00ECC2 (or 0x00ECC2) is known color: Bright Turquoise. HEX triplet: 00, EC and C2. RGB value is (0,236,194). Sum of RGB (Red+Green+Blue) = 0+236+194=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECC2 is #FF133D. Grayscale: #A0A0A0. Windows color (decimal): -16716606 or 12774400. OLE color: 12774400.

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

Color convert

RGB 0 236 194 -
CMYK 1 0 0.18 0.07
HSL 169.32º 1% 0.46% -
HSV(B) 169.32º 1% 0.93% -
XYZ 39.73 63.89 61.28 -
YUV 160.65 146.81 13.42 -
System Red Green Blue C M Y K H S L
Decimal 0 236 194 1 0 0.18 0.07 169.32 1 0.46
Hex 0 EC C2 64 0 12 7 A9 64 2E
Octal 0 354 302 144 0 22 7 251 144 56
Binary 0 11101100 11000010 1100100 0 10010 111 10101001 1100100 101110

Color Harmonies of #00ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECC2

Black with #00ECC2

Text Example


Text Example

White with #00ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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