#27FDCE

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

Shades of Turquoise #27FDCE

Tints of Turquoise #27FDCE

Color information

#27FDCE (or 0x27FDCE) is unknown color: approx Turquoise. HEX triplet: 27, FD and CE. RGB value is (39,253,206). Sum of RGB (Red+Green+Blue) = 39+253+206=498 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.83% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #27FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FDCE is #D80231. Grayscale: #B7B7B7. Windows color (decimal): -14156338 or 13565223. OLE color: 13565223.

HSL color Cylindrical-coordinate representation of color #27FDCE: hue angle of 166.82º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FDCE is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB39253206-
CMYK0.8500.190.01
HSL166.82º98.17%57.25%-
HSV(B)166.82º84.58%99.22%-
XYZ47.175.1470.41-
YUV183.66140.624.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.83%
GREEN value IS 253 (99.22% from 255) = 50.80%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=7.83%
G=50.80%
B=41.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal392532060.8500.190.01166.8298.1757.25
Hex27FDCE550131a76239
Octal47375316125023124714271
Binary100111111111011100111010101010100111101001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,253,206); }

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

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

 a { background-color: rgb(39,253,206); }

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

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

 span { border-color: rgb(39,253,206); }

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