Html Css Color HEX #0EE1D6 Bright Turquoise

📋 copy color: '#0EE1D6'

red 14 ◦ green 225 ◦ blue 214

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

Shades of Bright Turquoise #0EE1D6

Tints of Bright Turquoise #0EE1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.67%

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 3.09%
G = 49.67%
B = 47.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#0EE1D6 (or 0x0EE1D6) is known color: Bright Turquoise. HEX triplet: 0E, E1 and D6. RGB value is (14,225,214). Sum of RGB (Red+Green+Blue) = 14+225+214=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE1D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE1D6 is #F11E29. Grayscale: #A0A0A0. Windows color (decimal): -15801898 or 14082318. OLE color: 14082318.

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

Color convert

RGB 14 225 214 -
CMYK 0.94 0 0.05 0.12
HSL 176.87º 0.88% 0.47% -
HSV(B) 176.87º 0.94% 0.88% -
XYZ 39.24 58.8 72.9 -
YUV 160.66 158.1 23.39 -
System Red Green Blue C M Y K H S L
Decimal 14 225 214 0.94 0 0.05 0.12 176.87 0.88 0.47
Hex E E1 D6 5E 0 5 C B1 58 2F
Octal 16 341 326 136 0 5 14 261 130 57
Binary 1110 11100001 11010110 1011110 0 101 1100 10110001 1011000 101111

Color Harmonies of #0EE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE1D6

Black with #0EE1D6

Text Example


Text Example

White with #0EE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,225,214); }

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

background-color css

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

 a { background-color: rgb(14,225,214); }

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

border-color css

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

 span { border-color: rgb(14,225,214); }

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