#27FAD1

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

Shades of Turquoise #27FAD1

Tints of Turquoise #27FAD1

Color information

#27FAD1 (or 0x27FAD1) is unknown color: approx Turquoise. HEX triplet: 27, FA and D1. RGB value is (39,250,209). Sum of RGB (Red+Green+Blue) = 39+250+209=498 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.83% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #27FAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FAD1 is #D8052E. Grayscale: #B6B6B6. Windows color (decimal): -14157103 or 13761063. OLE color: 13761063.

HSL color Cylindrical-coordinate representation of color #27FAD1: hue angle of 168.34º 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 #27FAD1 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB39250209-
CMYK0.8400.160.02
HSL168.34º95.48%56.67%-
HSV(B)168.34º84.4%98.04%-
XYZ46.5373.4172.04-
YUV182.24143.125.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.83%
GREEN value IS 250 (98.05% from 255) = 50.20%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=7.83%
G=50.20%
B=41.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal392502090.8400.160.02168.3495.4856.67
Hex27FAD1540102a85f39
Octal47372321124020225013771
Binary1001111111101011010001101010001000010101010001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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