#0EFBD1

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

Shades of Bright Turquoise #0EFBD1

Tints of Bright Turquoise #0EFBD1

Color information

#0EFBD1 (or 0x0EFBD1) is unknown color: approx Bright Turquoise. HEX triplet: 0E, FB and D1. RGB value is (14,251,209). Sum of RGB (Red+Green+Blue) = 14+251+209=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFBD1 is #F1042E. Grayscale: #AFAFAF. Windows color (decimal): -15795247 or 13761294. OLE color: 13761294.

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

Color convert

RGB14251209-
CMYK0.9400.170.02
HSL169.37º96.73%51.96%-
HSV(B)169.37º94.42%98.43%-
XYZ46.1973.6972.11-
YUV175.35146.9812.92-

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.95%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=2.95%
G=52.95%
B=44.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142512090.9400.170.02169.3796.7351.96
HexEFBD15E0112a96134
Octal16373321136021225114164
Binary11101111101111010001101111001000110101010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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