Html Css Color HEX #0EE9CC Bright Turquoise

📋 copy color: '#0EE9CC'

red 14 ◦ green 233 ◦ blue 204

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

Shades of Bright Turquoise #0EE9CC

Tints of Bright Turquoise #0EE9CC

RGB

 RED value IS 14 (5.86% from 255) = 3.1%

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 3.1%
G = 51.66%
B = 45.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#0EE9CC (or 0x0EE9CC) is known color: Bright Turquoise. HEX triplet: 0E, E9 and CC. RGB value is (14,233,204). Sum of RGB (Red+Green+Blue) = 14+233+204=451 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE9CC is #F11633. Grayscale: #A4A4A4. Windows color (decimal): -15799860 or 13429006. OLE color: 13429006.

HSL color Cylindrical-coordinate representation of color #0EE9CC: hue angle of 172.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE9CC is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 14 233 204 -
CMYK 0.94 0 0.12 0.09
HSL 172.05º 0.89% 0.48% -
HSV(B) 172.05º 0.94% 0.91% -
XYZ 40.22 62.73 67.12 -
YUV 164.21 150.45 20.86 -
System Red Green Blue C M Y K H S L
Decimal 14 233 204 0.94 0 0.12 0.09 172.05 0.89 0.48
Hex E E9 CC 5E 0 C 9 AC 59 30
Octal 16 351 314 136 0 14 11 254 131 60
Binary 1110 11101001 11001100 1011110 0 1100 1001 10101100 1011001 110000

Color Harmonies of #0EE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE9CC

Black with #0EE9CC

Text Example


Text Example

White with #0EE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EE9CC; }

 p { color: rgb(14,233,204); }

 H1.HeaderClassName
 {
   color: #0EE9CC;
 }
 .AnyTagClassName
 {
   color: #0EE9CC;
 }
</style>

background-color css

<style>
 a { background-color: #0EE9CC; }

 a { background-color: rgb(14,233,204); }

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

border-color css

<style>
 span { border-color: #0EE9CC; }

 span { border-color: rgb(14,233,204); }

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