#0fc1e3

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

Shades of Dark Turquoise #0FC1E3

Tints of Dark Turquoise #0FC1E3

Color information

#0FC1E3 (or 0x0FC1E3) is unknown color: approx Dark Turquoise. HEX triplet: 0F, C1 and E3. RGB value is (15,193,227). Sum of RGB (Red+Green+Blue) = 15+193+227=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 227 (89.06% from 255 or 52.18% from 435); Max value from RGB is 227 - color contains mainly: blue. Hex color #0FC1E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC1E3 is #F03E1C. Grayscale: #8F8F8F. Windows color (decimal): -15744541 or 14926095. OLE color: 14926095.

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

Color convert

RGB15193227-
CMYK0.930.1500.11
HSL189.62º87.6%47.45%-
HSV(B)189.62º93.39%89.02%-
XYZ33.1343.7979.38-
YUV143.65175.0336.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.45%
GREEN value IS 193 (75.78% from 255) = 44.37%
BLUE value IS 227 (89.06% from 255) = 52.18%
R=3.45%
G=44.37%
B=52.18%

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
Decimal151932270.930.1500.11189.6287.647.45
HexFC1E35DF0Bbe582f
Octal173013431351701327613057
Binary111111000001111000111011101111101011101111101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fc1e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,193,227); }

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

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

 a { background-color: rgb(15,193,227); }

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

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

 span { border-color: rgb(15,193,227); }

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