#27DBB7

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

Shades of Turquoise #27DBB7

Tints of Turquoise #27DBB7

Color information

#27DBB7 (or 0x27DBB7) is unknown color: approx Turquoise. HEX triplet: 27, DB and B7. RGB value is (39,219,183). Sum of RGB (Red+Green+Blue) = 39+219+183=441 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.84% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBB7 is #D82448. Grayscale: #A1A1A1. Windows color (decimal): -14165065 or 12049191. OLE color: 12049191.

HSL color Cylindrical-coordinate representation of color #27DBB7: hue angle of 168º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DBB7 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB39219183-
CMYK0.8200.160.14
HSL168º71.43%50.59%-
HSV(B)168º82.19%85.88%-
XYZ34.7254.5153.49-
YUV161.08140.3740.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.84%
GREEN value IS 219 (85.94% from 255) = 49.66%
BLUE value IS 183 (71.88% from 255) = 41.50%
R=8.84%
G=49.66%
B=41.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal392191830.8200.160.1416871.4350.59
Hex27DBB752010Ea84733
Octal473332671220201625010763
Binary100111110110111011011110100100100001110101010001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,219,183); }

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

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

 a { background-color: rgb(39,219,183); }

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

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

 span { border-color: rgb(39,219,183); }

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