#27D9BA

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

Shades of Turquoise #27D9BA

Tints of Turquoise #27D9BA

Color information

#27D9BA (or 0x27D9BA) is unknown color: approx Turquoise. HEX triplet: 27, D9 and BA. RGB value is (39,217,186). Sum of RGB (Red+Green+Blue) = 39+217+186=442 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.82% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #27D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D9BA is #D82645. Grayscale: #A0A0A0. Windows color (decimal): -14165574 or 12245287. OLE color: 12245287.

HSL color Cylindrical-coordinate representation of color #27D9BA: hue angle of 169.55º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D9BA is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB39217186-
CMYK0.8200.140.15
HSL169.55º70.08%50.2%-
HSV(B)169.55º82.03%85.1%-
XYZ34.5153.654.98-
YUV160.24142.5341.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.82%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=8.82%
G=49.10%
B=42.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal392171860.8200.140.15169.5570.0850.2
Hex27D9BA520EFaa4632
Octal473312721220161725210662
Binary10011111011001101110101010010011101111101010101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,217,186); }

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

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

 a { background-color: rgb(39,217,186); }

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

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

 span { border-color: rgb(39,217,186); }

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