#0FDACC

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

Shades of Dark Turquoise #0FDACC

Tints of Dark Turquoise #0FDACC

Color information

#0FDACC (or 0x0FDACC) is unknown color: approx Dark Turquoise. HEX triplet: 0F, DA and CC. RGB value is (15,218,204). Sum of RGB (Red+Green+Blue) = 15+218+204=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDACC is #F02533. Grayscale: #9B9B9B. Windows color (decimal): -15738164 or 13425167. OLE color: 13425167.

HSL color Cylindrical-coordinate representation of color #0FDACC: hue angle of 175.86º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDACC is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB15218204-
CMYK0.9300.060.15
HSL175.86º87.12%45.69%-
HSV(B)175.86º93.12%85.49%-
XYZ36.1754.665.76-
YUV155.71155.2527.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.43%
GREEN value IS 218 (85.55% from 255) = 49.89%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=3.43%
G=49.89%
B=46.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152182040.9300.060.15175.8687.1245.69
HexFDACC5D06Fb0572e
Octal17332314135061726012756
Binary11111101101011001100101110101101111101100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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