#27F0C6

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

Shades of Turquoise #27F0C6

Tints of Turquoise #27F0C6

Color information

#27F0C6 (or 0x27F0C6) is unknown color: approx Turquoise. HEX triplet: 27, F0 and C6. RGB value is (39,240,198). Sum of RGB (Red+Green+Blue) = 39+240+198=477 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.18% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #27F0C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F0C6 is #D80F39. Grayscale: #AFAFAF. Windows color (decimal): -14159674 or 13037607. OLE color: 13037607.

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

Color convert

RGB39240198-
CMYK0.8400.180.06
HSL167.46º87.01%54.71%-
HSV(B)167.46º83.75%94.12%-
XYZ42.1966.8364.1-
YUV175.11140.9130.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.18%
GREEN value IS 240 (94.14% from 255) = 50.31%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=8.18%
G=50.31%
B=41.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal392401980.8400.180.06167.4687.0154.71
Hex27F0C6540126a75737
Octal47360306124022624712767
Binary10011111110000110001101010100010010110101001111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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