#0fe5c3

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

Shades of Bright Turquoise #0FE5C3

Tints of Bright Turquoise #0FE5C3

Color information

#0FE5C3 (or 0x0FE5C3) is unknown color: approx Bright Turquoise. HEX triplet: 0F, E5 and C3. RGB value is (15,229,195). Sum of RGB (Red+Green+Blue) = 15+229+195=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE5C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE5C3 is #F01A3C. Grayscale: #A1A1A1. Windows color (decimal): -15735357 or 12838159. OLE color: 12838159.

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

Color convert

RGB15229195-
CMYK0.9300.150.10
HSL170.47º87.7%47.84%-
HSV(B)170.47º93.45%89.8%-
XYZ38.0760.0861.22-
YUV161.14147.123.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.42%
GREEN value IS 229 (89.84% from 255) = 52.16%
BLUE value IS 195 (76.56% from 255) = 44.42%
R=3.42%
G=52.16%
B=44.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152291950.9300.150.10170.4787.747.84
HexFE5C35D0FAaa5830
Octal173453031350171225213060
Binary111111100101110000111011101011111010101010101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fe5c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,229,195); }

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

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

 a { background-color: rgb(15,229,195); }

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

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

 span { border-color: rgb(15,229,195); }

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