Html Css Color HEX #0EEEEC Bright Turquoise

📋 copy color: '#0EEEEC'

red 14 ◦ green 238 ◦ blue 236

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

Shades of Bright Turquoise #0EEEEC

Tints of Bright Turquoise #0EEEEC

RGB

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

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

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

R = 2.87%
G = 48.77%
B = 48.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#0EEEEC (or 0x0EEEEC) is known color: Bright Turquoise. HEX triplet: 0E, EE and EC. RGB value is (14,238,236). Sum of RGB (Red+Green+Blue) = 14+238+236=488 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEEEC is #F11113. Grayscale: #AAAAAA. Windows color (decimal): -15798548 or 15527438. OLE color: 15527438.

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

Color convert

RGB 14 238 236 -
CMYK 0.94 0 0.01 0.07
HSL 179.46º 0.89% 0.49% -
HSV(B) 179.46º 0.94% 0.93% -
XYZ 45.9 67.3 89.93 -
YUV 170.8 164.79 16.16 -
System Red Green Blue C M Y K H S L
Decimal 14 238 236 0.94 0 0.01 0.07 179.46 0.89 0.49
Hex E EE EC 5E 0 1 7 B3 59 31
Octal 16 356 354 136 0 1 7 263 131 61
Binary 1110 11101110 11101100 1011110 0 1 111 10110011 1011001 110001

Color Harmonies of #0EEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEEEC

Black with #0EEEEC

Text Example


Text Example

White with #0EEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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