#27DACD

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

Shades of Turquoise #27DACD

Tints of Turquoise #27DACD

Color information

#27DACD (or 0x27DACD) is unknown color: approx Turquoise. HEX triplet: 27, DA and CD. RGB value is (39,218,205). Sum of RGB (Red+Green+Blue) = 39+218+205=462 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.44% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #27DACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DACD is #D82532. Grayscale: #A2A2A2. Windows color (decimal): -14165299 or 13490727. OLE color: 13490727.

HSL color Cylindrical-coordinate representation of color #27DACD: hue angle of 175.64º degrees, saturation: 0.71, 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 #27DACD is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB39218205-
CMYK0.8200.060.15
HSL175.64º70.75%50.39%-
HSV(B)175.64º82.11%85.49%-
XYZ36.9354.9866.42-
YUV163151.739.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.44%
GREEN value IS 218 (85.55% from 255) = 47.19%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=8.44%
G=47.19%
B=44.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal392182050.8200.060.15175.6470.7550.39
Hex27DACD5206Fb04732
Octal47332315122061726010762
Binary1001111101101011001101101001001101111101100001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,218,205); }

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

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

 a { background-color: rgb(39,218,205); }

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

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

 span { border-color: rgb(39,218,205); }

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