#0EEFDB

Color #0EEFDB Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0EEFDB

Tints of Bright Turquoise #0EEFDB

Color information

#0EEFDB (or 0x0EEFDB) is unknown color: approx Bright Turquoise. HEX triplet: 0E, EF and DB. RGB value is (14,239,219). Sum of RGB (Red+Green+Blue) = 14+239+219=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEFDB is #F11024. Grayscale: #A9A9A9. Windows color (decimal): -15798309 or 14413582. OLE color: 14413582.

HSL color Cylindrical-coordinate representation of color #0EEFDB: hue angle of 174.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEFDB is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB14239219-
CMYK0.9400.080.06
HSL174.67º88.93%49.61%-
HSV(B)174.67º94.14%93.73%-
XYZ43.8366.9477.63-
YUV169.44155.9617.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.97%
GREEN value IS 239 (93.75% from 255) = 50.64%
BLUE value IS 219 (85.94% from 255) = 46.40%
R=2.97%
G=50.64%
B=46.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142392190.9400.080.06174.6788.9349.61
HexEEFDB5E086af5932
Octal16357333136010625713162
Binary11101110111111011011101111001000110101011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EEFDB;
 }
 .AnyTagClassName
 {
   color: #0EEFDB;
 }
</style>
background-color css

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

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

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

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

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

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