#27F0B6

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

Shades of Turquoise #27F0B6

Tints of Turquoise #27F0B6

Color information

#27F0B6 (or 0x27F0B6) is unknown color: approx Turquoise. HEX triplet: 27, F0 and B6. RGB value is (39,240,182). Sum of RGB (Red+Green+Blue) = 39+240+182=461 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.46% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #27F0B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F0B6 is #D80F49. Grayscale: #ADADAD. Windows color (decimal): -14159690 or 11989031. OLE color: 11989031.

HSL color Cylindrical-coordinate representation of color #27F0B6: hue angle of 162.69º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F0B6 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB39240182-
CMYK0.8400.240.06
HSL162.69º87.01%54.71%-
HSV(B)162.69º83.75%94.12%-
XYZ40.4466.1354.89-
YUV173.29132.9132.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.46%
GREEN value IS 240 (94.14% from 255) = 52.06%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=8.46%
G=52.06%
B=39.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal392401820.8400.240.06162.6987.0154.71
Hex27F0B6540186a35737
Octal47360266124030624312767
Binary10011111110000101101101010100011000110101000111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,240,182); }

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

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

 a { background-color: rgb(39,240,182); }

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

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

 span { border-color: rgb(39,240,182); }

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