#0FEFDA

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

Shades of Bright Turquoise #0FEFDA

Tints of Bright Turquoise #0FEFDA

Color information

#0FEFDA (or 0x0FEFDA) is unknown color: approx Bright Turquoise. HEX triplet: 0F, EF and DA. RGB value is (15,239,218). Sum of RGB (Red+Green+Blue) = 15+239+218=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFDA is #F01025. Grayscale: #A9A9A9. Windows color (decimal): -15732774 or 14348047. OLE color: 14348047.

HSL color Cylindrical-coordinate representation of color #0FEFDA: hue angle of 174.38º degrees, saturation: 0.88, 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 #0FEFDA is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB15239218-
CMYK0.9400.090.06
HSL174.38º88.19%49.8%-
HSV(B)174.38º93.72%93.73%-
XYZ43.7266.976.94-
YUV169.63155.2917.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.18%
GREEN value IS 239 (93.75% from 255) = 50.64%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=3.18%
G=50.64%
B=46.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152392180.9400.090.06174.3888.1949.8
HexFEFDA5E096ae5832
Octal17357332136011625613062
Binary11111110111111011010101111001001110101011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,239,218); }

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

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

 a { background-color: rgb(15,239,218); }

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

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

 span { border-color: rgb(15,239,218); }

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