#0FE7D1

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

Shades of Bright Turquoise #0FE7D1

Tints of Bright Turquoise #0FE7D1

Color information

#0FE7D1 (or 0x0FE7D1) is unknown color: approx Bright Turquoise. HEX triplet: 0F, E7 and D1. RGB value is (15,231,209). Sum of RGB (Red+Green+Blue) = 15+231+209=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 231 (90.62% from 255 or 50.77% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 231 - color contains mainly: green. Hex color #0FE7D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE7D1 is #F0182E. Grayscale: #A3A3A3. Windows color (decimal): -15734831 or 13756175. OLE color: 13756175.

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

Color convert

RGB15231209-
CMYK0.9400.100.09
HSL173.89º87.8%48.24%-
HSV(B)173.89º93.51%90.59%-
XYZ40.2861.8670.14-
YUV163.91153.4421.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.30%
GREEN value IS 231 (90.62% from 255) = 50.77%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=3.30%
G=50.77%
B=45.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152312090.9400.100.09173.8987.848.24
HexFE7D15E0A9ae5830
Octal173473211360121125613060
Binary111111100111110100011011110010101001101011101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,231,209); }

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

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

 a { background-color: rgb(15,231,209); }

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

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

 span { border-color: rgb(15,231,209); }

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