#0FC2E4

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

Shades of Dark Turquoise #0FC2E4

Tints of Dark Turquoise #0FC2E4

Color information

#0FC2E4 (or 0x0FC2E4) is unknown color: approx Dark Turquoise. HEX triplet: 0F, C2 and E4. RGB value is (15,194,228). Sum of RGB (Red+Green+Blue) = 15+194+228=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #0FC2E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2E4 is #F03D1B. Grayscale: #909090. Windows color (decimal): -15744284 or 14991887. OLE color: 14991887.

HSL color Cylindrical-coordinate representation of color #0FC2E4: hue angle of 189.58º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC2E4 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15194228-
CMYK0.930.1500.11
HSL189.58º87.65%47.65%-
HSV(B)189.58º93.42%89.41%-
XYZ33.4944.2980.18-
YUV144.35175.235.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.43%
GREEN value IS 194 (76.17% from 255) = 44.39%
BLUE value IS 228 (89.45% from 255) = 52.17%
R=3.43%
G=44.39%
B=52.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151942280.930.1500.11189.5887.6547.65
HexFC2E45DF0Bbe5830
Octal173023441351701327613060
Binary111111000010111001001011101111101011101111101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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