Html Css Color HEX #0EEEC8 Bright Turquoise

📋 copy color: '#0EEEC8'

red 14 ◦ green 238 ◦ blue 200

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

Shades of Bright Turquoise #0EEEC8

Tints of Bright Turquoise #0EEEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 3.1%
G = 52.65%
B = 44.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#0EEEC8 (or 0x0EEEC8) is known color: Bright Turquoise. HEX triplet: 0E, EE and C8. RGB value is (14,238,200). Sum of RGB (Red+Green+Blue) = 14+238+200=452 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEEC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEEC8 is #F11137. Grayscale: #A6A6A6. Windows color (decimal): -15798584 or 13168142. OLE color: 13168142.

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

Color convert

RGB 14 238 200 -
CMYK 0.94 0 0.16 0.07
HSL 169.82º 0.89% 0.49% -
HSV(B) 169.82º 0.94% 0.93% -
XYZ 41.18 65.41 65.1 -
YUV 166.69 146.79 19.09 -
System Red Green Blue C M Y K H S L
Decimal 14 238 200 0.94 0 0.16 0.07 169.82 0.89 0.49
Hex E EE C8 5E 0 10 7 AA 59 31
Octal 16 356 310 136 0 20 7 252 131 61
Binary 1110 11101110 11001000 1011110 0 10000 111 10101010 1011001 110001

Color Harmonies of #0EEEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEEC8

Black with #0EEEC8

Text Example


Text Example

White with #0EEEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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