Html Css Color HEX #0EECC8 Bright Turquoise

📋 copy color: '#0EECC8'

red 14 ◦ green 236 ◦ blue 200

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

Shades of Bright Turquoise #0EECC8

Tints of Bright Turquoise #0EECC8

RGB

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

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

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

R = 3.11%
G = 52.44%
B = 44.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#0EECC8 (or 0x0EECC8) is known color: Bright Turquoise. HEX triplet: 0E, EC and C8. RGB value is (14,236,200). Sum of RGB (Red+Green+Blue) = 14+236+200=450 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.11% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EECC8 is #F11337. Grayscale: #A5A5A5. Windows color (decimal): -15799096 or 13167630. OLE color: 13167630.

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

Color convert

RGB 14 236 200 -
CMYK 0.94 0 0.15 0.07
HSL 170.27º 0.89% 0.49% -
HSV(B) 170.27º 0.94% 0.93% -
XYZ 40.6 64.25 64.91 -
YUV 165.52 147.45 19.93 -
System Red Green Blue C M Y K H S L
Decimal 14 236 200 0.94 0 0.15 0.07 170.27 0.89 0.49
Hex E EC C8 5E 0 F 7 AA 59 31
Octal 16 354 310 136 0 17 7 252 131 61
Binary 1110 11101100 11001000 1011110 0 1111 111 10101010 1011001 110001

Color Harmonies of #0EECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EECC8

Black with #0EECC8

Text Example


Text Example

White with #0EECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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