#27F0C7

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

Shades of Turquoise #27F0C7

Tints of Turquoise #27F0C7

Color information

#27F0C7 (or 0x27F0C7) is unknown color: approx Turquoise. HEX triplet: 27, F0 and C7. RGB value is (39,240,199). Sum of RGB (Red+Green+Blue) = 39+240+199=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #27F0C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F0C7 is #D80F38. Grayscale: #AFAFAF. Windows color (decimal): -14159673 or 13103143. OLE color: 13103143.

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

Color convert

RGB39240199-
CMYK0.8400.170.06
HSL167.76º87.01%54.71%-
HSV(B)167.76º83.75%94.12%-
XYZ42.3166.8864.71-
YUV175.23141.4130.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.16%
GREEN value IS 240 (94.14% from 255) = 50.21%
BLUE value IS 199 (78.12% from 255) = 41.63%
R=8.16%
G=50.21%
B=41.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal392401990.8400.170.06167.7687.0154.71
Hex27F0C7540116a85737
Octal47360307124021625012767
Binary10011111110000110001111010100010001110101010001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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