#27FCBE

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

Shades of Turquoise #27FCBE

Tints of Turquoise #27FCBE

Color information

#27FCBE (or 0x27FCBE) is unknown color: approx Turquoise. HEX triplet: 27, FC and BE. RGB value is (39,252,190). Sum of RGB (Red+Green+Blue) = 39+252+190=481 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.11% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCBE is #D80341. Grayscale: #B5B5B5. Windows color (decimal): -14156610 or 12516391. OLE color: 12516391.

HSL color Cylindrical-coordinate representation of color #27FCBE: hue angle of 162.54º degrees, saturation: 0.97, 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 #27FCBE is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB39252190-
CMYK0.8500.250.01
HSL162.54º97.26%57.06%-
HSV(B)162.54º84.52%98.82%-
XYZ44.9473.7760.59-
YUV181.24132.9326.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.11%
GREEN value IS 252 (98.83% from 255) = 52.39%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=8.11%
G=52.39%
B=39.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal392521900.8500.250.01162.5497.2657.06
Hex27FCBE550191a36139
Octal47374276125031124314171
Binary100111111111001011111010101010110011101000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27FCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,252,190); }

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

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

 a { background-color: rgb(39,252,190); }

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

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

 span { border-color: rgb(39,252,190); }

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