Html Css Color HEX #00E9EC Bright Turquoise

📋 copy color: '#00E9EC'

red 0 ◦ green 233 ◦ blue 236

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

Shades of Bright Turquoise #00E9EC

Tints of Bright Turquoise #00E9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.68%

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

R = 0%
G = 49.68%
B = 50.32%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00E9EC (or 0x00E9EC) is known color: Bright Turquoise. HEX triplet: 00, E9 and EC. RGB value is (0,233,236). Sum of RGB (Red+Green+Blue) = 0+233+236=469 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #00E9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E9EC is #FF1613. Grayscale: #A3A3A3. Windows color (decimal): -16717332 or 15526144. OLE color: 15526144.

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

Color convert

RGB 0 233 236 -
CMYK 1 0.01 0 0.07
HSL 180.76º 1% 0.46% -
HSV(B) 180.76º 1% 0.93% -
XYZ 44.28 64.33 89.44 -
YUV 163.68 168.81 11.26 -
System Red Green Blue C M Y K H S L
Decimal 0 233 236 1 0.01 0 0.07 180.76 1 0.46
Hex 0 E9 EC 64 1 0 7 B5 64 2E
Octal 0 351 354 144 1 0 7 265 144 56
Binary 0 11101001 11101100 1100100 1 0 111 10110101 1100100 101110

Color Harmonies of #00E9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E9EC

Black with #00E9EC

Text Example


Text Example

White with #00E9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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