#27EAD7

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

Shades of Turquoise #27EAD7

Tints of Turquoise #27EAD7

Color information

#27EAD7 (or 0x27EAD7) is unknown color: approx Turquoise. HEX triplet: 27, EA and D7. RGB value is (39,234,215). Sum of RGB (Red+Green+Blue) = 39+234+215=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #27EAD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EAD7 is #D81528. Grayscale: #ADADAD. Windows color (decimal): -14161193 or 14150183. OLE color: 14150183.

HSL color Cylindrical-coordinate representation of color #27EAD7: hue angle of 174.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EAD7 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB39234215-
CMYK0.8300.080.08
HSL174.15º82.28%53.53%-
HSV(B)174.15º83.33%91.76%-
XYZ42.5364.1874.44-
YUV173.53151.432.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.99%
GREEN value IS 234 (91.80% from 255) = 47.95%
BLUE value IS 215 (84.38% from 255) = 44.06%
R=7.99%
G=47.95%
B=44.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal392342150.8300.080.08174.1582.2853.53
Hex27EAD753088ae5236
Octal473523271230101025612266
Binary10011111101010110101111010011010001000101011101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,234,215); }

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

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

 a { background-color: rgb(39,234,215); }

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

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

 span { border-color: rgb(39,234,215); }

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