Html Css Color HEX #00ECEC Bright Turquoise

📋 copy color: '#00ECEC'

red 0 ◦ green 236 ◦ blue 236

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

Shades of Bright Turquoise #00ECEC

Tints of Bright Turquoise #00ECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00ECEC (or 0x00ECEC) is known color: Bright Turquoise. HEX triplet: 00, EC and EC. RGB value is (0,236,236). Sum of RGB (Red+Green+Blue) = 0+236+236=472 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #00ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECEC is #FF1313. Grayscale: #A5A5A5. Windows color (decimal): -16716564 or 15526912. OLE color: 15526912.

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

Color convert

RGB 0 236 236 -
CMYK 1 0 0 0.07
HSL 180º 1% 0.46% -
HSV(B) 180º 1% 0.93% -
XYZ 45.14 66.05 89.73 -
YUV 165.44 167.81 10 -
System Red Green Blue C M Y K H S L
Decimal 0 236 236 1 0 0 0.07 180 1 0.46
Hex 0 EC EC 64 0 0 7 B4 64 2E
Octal 0 354 354 144 0 0 7 264 144 56
Binary 0 11101100 11101100 1100100 0 0 111 10110100 1100100 101110

Color Harmonies of #00ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECEC

Black with #00ECEC

Text Example


Text Example

White with #00ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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