#10FABF

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

Shades of Bright Turquoise #10FABF

Tints of Bright Turquoise #10FABF

Color information

#10FABF (or 0x10FABF) is unknown color: approx Bright Turquoise. HEX triplet: 10, FA and BF. RGB value is (16,250,191). Sum of RGB (Red+Green+Blue) = 16+250+191=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #10FABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FABF is #EF0540. Grayscale: #ADADAD. Windows color (decimal): -15664449 or 12581392. OLE color: 12581392.

HSL color Cylindrical-coordinate representation of color #10FABF: hue angle of 164.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FABF is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB16250191-
CMYK0.9400.240.02
HSL164.87º95.9%52.16%-
HSV(B)164.87º93.6%98.04%-
XYZ43.872.2460.93-
YUV173.31137.9815.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.50%
GREEN value IS 250 (98.05% from 255) = 54.70%
BLUE value IS 191 (75% from 255) = 41.79%
R=3.50%
G=54.70%
B=41.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162501910.9400.240.02164.8795.952.16
Hex10FABF5E0182a56034
Octal20372277136030224514064
Binary100001111101010111111101111001100010101001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10FABF; }

 p { color: rgb(16,250,191); }

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

<style>
 a { background-color: #10FABF; }

 a { background-color: rgb(16,250,191); }

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

<style>
 span { border-color: #10FABF; }

 span { border-color: rgb(16,250,191); }

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