Html Css Color HEX #0EEECC Bright Turquoise

📋 copy color: '#0EEECC'

red 14 ◦ green 238 ◦ blue 204

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

Shades of Bright Turquoise #0EEECC

Tints of Bright Turquoise #0EEECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.19%

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

R = 3.07%
G = 52.19%
B = 44.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#0EEECC (or 0x0EEECC) is known color: Bright Turquoise. HEX triplet: 0E, EE and CC. RGB value is (14,238,204). Sum of RGB (Red+Green+Blue) = 14+238+204=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEECC is #F11133. Grayscale: #A7A7A7. Windows color (decimal): -15798580 or 13430286. OLE color: 13430286.

HSL color Cylindrical-coordinate representation of color #0EEECC: hue angle of 170.89º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEECC is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 238 204 -
CMYK 0.94 0 0.14 0.07
HSL 170.89º 0.89% 0.49% -
HSV(B) 170.89º 0.94% 0.93% -
XYZ 41.65 65.6 67.59 -
YUV 167.15 148.79 18.76 -
System Red Green Blue C M Y K H S L
Decimal 14 238 204 0.94 0 0.14 0.07 170.89 0.89 0.49
Hex E EE CC 5E 0 E 7 AB 59 31
Octal 16 356 314 136 0 16 7 253 131 61
Binary 1110 11101110 11001100 1011110 0 1110 111 10101011 1011001 110001

Color Harmonies of #0EEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEECC

Black with #0EEECC

Text Example


Text Example

White with #0EEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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