Html Css Color HEX #0EE4DC Bright Turquoise

📋 copy color: '#0EE4DC'

red 14 ◦ green 228 ◦ blue 220

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

Shades of Bright Turquoise #0EE4DC

Tints of Bright Turquoise #0EE4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.35%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 3.03%
G = 49.35%
B = 47.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#0EE4DC (or 0x0EE4DC) is known color: Bright Turquoise. HEX triplet: 0E, E4 and DC. RGB value is (14,228,220). Sum of RGB (Red+Green+Blue) = 14+228+220=462 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.03% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE4DC is #F11B23. Grayscale: #A2A2A2. Windows color (decimal): -15801124 or 14476302. OLE color: 14476302.

HSL color Cylindrical-coordinate representation of color #0EE4DC: hue angle of 177.76º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE4DC is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 228 220 -
CMYK 0.94 0 0.04 0.11
HSL 177.76º 0.88% 0.47% -
HSV(B) 177.76º 0.94% 0.89% -
XYZ 40.84 60.75 77.28 -
YUV 163.1 160.1 21.65 -
System Red Green Blue C M Y K H S L
Decimal 14 228 220 0.94 0 0.04 0.11 177.76 0.88 0.47
Hex E E4 DC 5E 0 4 B B2 58 2F
Octal 16 344 334 136 0 4 13 262 130 57
Binary 1110 11100100 11011100 1011110 0 100 1011 10110010 1011000 101111

Color Harmonies of #0EE4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE4DC

Black with #0EE4DC

Text Example


Text Example

White with #0EE4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,228,220); }

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

background-color css

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

 a { background-color: rgb(14,228,220); }

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

border-color css

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

 span { border-color: rgb(14,228,220); }

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