#27E2B6

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

Shades of Turquoise #27E2B6

Tints of Turquoise #27E2B6

Color information

#27E2B6 (or 0x27E2B6) is unknown color: approx Turquoise. HEX triplet: 27, E2 and B6. RGB value is (39,226,182). Sum of RGB (Red+Green+Blue) = 39+226+182=447 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.72% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #27E2B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E2B6 is #D81D49. Grayscale: #A5A5A5. Windows color (decimal): -14163274 or 11985447. OLE color: 11985447.

HSL color Cylindrical-coordinate representation of color #27E2B6: hue angle of 165.88º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E2B6 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB39226182-
CMYK0.8300.190.11
HSL165.88º76.33%51.96%-
HSV(B)165.88º82.74%88.63%-
XYZ36.4858.253.57-
YUV165.07137.5538.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.72%
GREEN value IS 226 (88.67% from 255) = 50.56%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=8.72%
G=50.56%
B=40.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal392261820.8300.190.11165.8876.3351.96
Hex27E2B653013Ba64c34
Octal473422661230231324611464
Binary100111111000101011011010100110100111011101001101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27E2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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