Html Css Color HEX #0EE0DC Bright Turquoise

📋 copy color: '#0EE0DC'

red 14 ◦ green 224 ◦ blue 220

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

Shades of Bright Turquoise #0EE0DC

Tints of Bright Turquoise #0EE0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

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

R = 3.06%
G = 48.91%
B = 48.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#0EE0DC (or 0x0EE0DC) is known color: Bright Turquoise. HEX triplet: 0E, E0 and DC. RGB value is (14,224,220). Sum of RGB (Red+Green+Blue) = 14+224+220=458 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0DC is #F11F23. Grayscale: #A0A0A0. Windows color (decimal): -15802148 or 14475278. OLE color: 14475278.

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

Color convert

RGB 14 224 220 -
CMYK 0.94 0 0.02 0.12
HSL 178.86º 0.88% 0.47% -
HSV(B) 178.86º 0.94% 0.88% -
XYZ 39.76 58.57 76.92 -
YUV 160.75 161.43 23.33 -
System Red Green Blue C M Y K H S L
Decimal 14 224 220 0.94 0 0.02 0.12 178.86 0.88 0.47
Hex E E0 DC 5E 0 2 C B3 58 2F
Octal 16 340 334 136 0 2 14 263 130 57
Binary 1110 11100000 11011100 1011110 0 10 1100 10110011 1011000 101111

Color Harmonies of #0EE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0DC

Black with #0EE0DC

Text Example


Text Example

White with #0EE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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