#27DACC

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

Shades of Turquoise #27DACC

Tints of Turquoise #27DACC

Color information

#27DACC (or 0x27DACC) is unknown color: approx Turquoise. HEX triplet: 27, DA and CC. RGB value is (39,218,204). Sum of RGB (Red+Green+Blue) = 39+218+204=461 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.46% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #27DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DACC is #D82533. Grayscale: #A2A2A2. Windows color (decimal): -14165300 or 13425191. OLE color: 13425191.

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

Color convert

RGB39218204-
CMYK0.8200.060.15
HSL175.31º70.75%50.39%-
HSV(B)175.31º82.11%85.49%-
XYZ36.8154.9365.79-
YUV162.88151.239.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.46%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=8.46%
G=47.29%
B=44.25%

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
Decimal392182040.8200.060.15175.3170.7550.39
Hex27DACC5206Faf4732
Octal47332314122061725710762
Binary1001111101101011001100101001001101111101011111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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