#0FC2DF

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

Shades of Dark Turquoise #0FC2DF

Tints of Dark Turquoise #0FC2DF

Color information

#0FC2DF (or 0x0FC2DF) is unknown color: approx Dark Turquoise. HEX triplet: 0F, C2 and DF. RGB value is (15,194,223). Sum of RGB (Red+Green+Blue) = 15+194+223=432 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.47% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FC2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2DF is #F03D20. Grayscale: #8F8F8F. Windows color (decimal): -15744289 or 14664207. OLE color: 14664207.

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

Color convert

RGB15194223-
CMYK0.930.1300.13
HSL188.37º87.39%46.67%-
HSV(B)188.37º93.27%87.45%-
XYZ32.8144.0176.58-
YUV143.78172.736.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.47%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 223 (87.5% from 255) = 51.62%
R=3.47%
G=44.91%
B=51.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151942230.930.1300.13188.3787.3946.67
HexFC2DF5DD0Dbc572f
Octal173023371351501527412757
Binary111111000010110111111011101110101101101111001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,194,223); }

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

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

 a { background-color: rgb(15,194,223); }

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

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

 span { border-color: rgb(15,194,223); }

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