Html Css Color HEX #0EE6DB Bright Turquoise

📋 copy color: '#0EE6DB'

red 14 ◦ green 230 ◦ blue 219

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

Shades of Bright Turquoise #0EE6DB

Tints of Bright Turquoise #0EE6DB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.68%

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 3.02%
G = 49.68%
B = 47.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#0EE6DB (or 0x0EE6DB) is known color: Bright Turquoise. HEX triplet: 0E, E6 and DB. RGB value is (14,230,219). Sum of RGB (Red+Green+Blue) = 14+230+219=463 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE6DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE6DB is #F11924. Grayscale: #A3A3A3. Windows color (decimal): -15800613 or 14411278. OLE color: 14411278.

HSL color Cylindrical-coordinate representation of color #0EE6DB: hue angle of 176.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE6DB is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 230 219 -
CMYK 0.94 0 0.05 0.10
HSL 176.94º 0.89% 0.48% -
HSV(B) 176.94º 0.94% 0.9% -
XYZ 41.26 61.8 76.77 -
YUV 164.16 158.94 20.89 -
System Red Green Blue C M Y K H S L
Decimal 14 230 219 0.94 0 0.05 0.10 176.94 0.89 0.48
Hex E E6 DB 5E 0 5 A B1 59 30
Octal 16 346 333 136 0 5 12 261 131 60
Binary 1110 11100110 11011011 1011110 0 101 1010 10110001 1011001 110000

Color Harmonies of #0EE6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE6DB

Black with #0EE6DB

Text Example


Text Example

White with #0EE6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,230,219); }

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

background-color css

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

 a { background-color: rgb(14,230,219); }

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

border-color css

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

 span { border-color: rgb(14,230,219); }

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