#27FABA

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

Shades of Turquoise #27FABA

Tints of Turquoise #27FABA

Color information

#27FABA (or 0x27FABA) is unknown color: approx Turquoise. HEX triplet: 27, FA and BA. RGB value is (39,250,186). Sum of RGB (Red+Green+Blue) = 39+250+186=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #27FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FABA is #D80545. Grayscale: #B3B3B3. Windows color (decimal): -14157126 or 12253735. OLE color: 12253735.

HSL color Cylindrical-coordinate representation of color #27FABA: hue angle of 161.8º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27FABA is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB39250186-
CMYK0.8400.260.02
HSL161.8º95.48%56.67%-
HSV(B)161.8º84.4%98.04%-
XYZ43.8972.3558.11-
YUV179.62131.627.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.21%
GREEN value IS 250 (98.05% from 255) = 52.63%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=8.21%
G=52.63%
B=39.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal392501860.8400.260.02161.895.4856.67
Hex27FABA5401A2a25f39
Octal47372272124032224213771
Binary1001111111101010111010101010001101010101000101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27FABA; }

 p { color: rgb(39,250,186); }

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

<style>
 a { background-color: #27FABA; }

 a { background-color: rgb(39,250,186); }

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

<style>
 span { border-color: #27FABA; }

 span { border-color: rgb(39,250,186); }

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