#0FF3E1

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

Shades of Bright Turquoise #0FF3E1

Tints of Bright Turquoise #0FF3E1

Color information

#0FF3E1 (or 0x0FF3E1) is unknown color: approx Bright Turquoise. HEX triplet: 0F, F3 and E1. RGB value is (15,243,225). Sum of RGB (Red+Green+Blue) = 15+243+225=483 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.11% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF3E1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF3E1 is #F00C1E. Grayscale: #ACACAC. Windows color (decimal): -15731743 or 14807823. OLE color: 14807823.

HSL color Cylindrical-coordinate representation of color #0FF3E1: hue angle of 175.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF3E1 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB15243225-
CMYK0.9400.070.05
HSL175.26º90.48%50.59%-
HSV(B)175.26º93.83%95.29%-
XYZ45.8469.6482.26-
YUV172.78157.4615.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.11%
GREEN value IS 243 (95.31% from 255) = 50.31%
BLUE value IS 225 (88.28% from 255) = 46.58%
R=3.11%
G=50.31%
B=46.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152432250.9400.070.05175.2690.4850.59
HexFF3E15E075af5a33
Octal1736334113607525713263
Binary1111111100111110000110111100111101101011111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,243,225); }

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

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

 a { background-color: rgb(15,243,225); }

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

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

 span { border-color: rgb(15,243,225); }

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