#27FAD2

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

Shades of Turquoise #27FAD2

Tints of Turquoise #27FAD2

Color information

#27FAD2 (or 0x27FAD2) is unknown color: approx Turquoise. HEX triplet: 27, FA and D2. RGB value is (39,250,210). Sum of RGB (Red+Green+Blue) = 39+250+210=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #27FAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FAD2 is #D8052D. Grayscale: #B6B6B6. Windows color (decimal): -14157102 or 13826599. OLE color: 13826599.

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

Color convert

RGB39250210-
CMYK0.8400.160.02
HSL168.63º95.48%56.67%-
HSV(B)168.63º84.4%98.04%-
XYZ46.6673.4672.69-
YUV182.35143.625.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.82%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 210 (82.42% from 255) = 42.08%
R=7.82%
G=50.10%
B=42.08%

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
Decimal392502100.8400.160.02168.6395.4856.67
Hex27FAD2540102a95f39
Octal47372322124020225113771
Binary1001111111101011010010101010001000010101010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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