#27D5C2

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

Shades of Turquoise #27D5C2

Tints of Turquoise #27D5C2

Color information

#27D5C2 (or 0x27D5C2) is unknown color: approx Turquoise. HEX triplet: 27, D5 and C2. RGB value is (39,213,194). Sum of RGB (Red+Green+Blue) = 39+213+194=446 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.74% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #27D5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D5C2 is #D82A3D. Grayscale: #9E9E9E. Windows color (decimal): -14166590 or 12768551. OLE color: 12768551.

HSL color Cylindrical-coordinate representation of color #27D5C2: hue angle of 173.45º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D5C2 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB39213194-
CMYK0.8200.090.16
HSL173.45º69.05%49.41%-
HSV(B)173.45º81.69%83.53%-
XYZ34.3751.9159.25-
YUV158.81147.8542.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.74%
GREEN value IS 213 (83.59% from 255) = 47.76%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=8.74%
G=47.76%
B=43.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal392131940.8200.090.16173.4569.0549.41
Hex27D5C2520910ad4531
Octal473253021220112025510561
Binary100111110101011100001010100100100110000101011011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,213,194); }

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

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

 a { background-color: rgb(39,213,194); }

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

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

 span { border-color: rgb(39,213,194); }

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