#0EFBD2

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

Shades of Bright Turquoise #0EFBD2

Tints of Bright Turquoise #0EFBD2

Color information

#0EFBD2 (or 0x0EFBD2) is unknown color: approx Bright Turquoise. HEX triplet: 0E, FB and D2. RGB value is (14,251,210). Sum of RGB (Red+Green+Blue) = 14+251+210=475 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFBD2 is #F1042D. Grayscale: #AFAFAF. Windows color (decimal): -15795246 or 13826830. OLE color: 13826830.

HSL color Cylindrical-coordinate representation of color #0EFBD2: hue angle of 169.62º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFBD2 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB14251210-
CMYK0.9400.160.02
HSL169.62º96.73%51.96%-
HSV(B)169.62º94.42%98.43%-
XYZ46.3173.7472.77-
YUV175.46147.4812.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.95%
GREEN value IS 251 (98.44% from 255) = 52.84%
BLUE value IS 210 (82.42% from 255) = 44.21%
R=2.95%
G=52.84%
B=44.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142512100.9400.160.02169.6296.7351.96
HexEFBD25E0102aa6134
Octal16373322136020225214164
Binary11101111101111010010101111001000010101010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,251,210); }

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

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

 a { background-color: rgb(14,251,210); }

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

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

 span { border-color: rgb(14,251,210); }

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