#0FE4C1

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

Shades of Bright Turquoise #0FE4C1

Tints of Bright Turquoise #0FE4C1

Color information

#0FE4C1 (or 0x0FE4C1) is unknown color: approx Bright Turquoise. HEX triplet: 0F, E4 and C1. RGB value is (15,228,193). Sum of RGB (Red+Green+Blue) = 15+228+193=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4C1 is #F01B3E. Grayscale: #A0A0A0. Windows color (decimal): -15735615 or 12706831. OLE color: 12706831.

HSL color Cylindrical-coordinate representation of color #0FE4C1: hue angle of 170.14º 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 #0FE4C1 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB15228193-
CMYK0.9300.150.11
HSL170.14º87.65%47.65%-
HSV(B)170.14º93.42%89.41%-
XYZ37.5759.4459.94-
YUV160.32146.4324.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.44%
GREEN value IS 228 (89.45% from 255) = 52.29%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=3.44%
G=52.29%
B=44.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152281930.9300.150.11170.1487.6547.65
HexFE4C15D0FBaa5830
Octal173443011350171325213060
Binary111111100100110000011011101011111011101010101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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