#27F2DC

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

Shades of Turquoise #27F2DC

Tints of Turquoise #27F2DC

Color information

#27F2DC (or 0x27F2DC) is unknown color: approx Turquoise. HEX triplet: 27, F2 and DC. RGB value is (39,242,220). Sum of RGB (Red+Green+Blue) = 39+242+220=501 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.78% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #27F2DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F2DC is #D80D23. Grayscale: #B2B2B2. Windows color (decimal): -14159140 or 14479911. OLE color: 14479911.

HSL color Cylindrical-coordinate representation of color #27F2DC: hue angle of 173.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F2DC is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB39242220-
CMYK0.8400.090.05
HSL173.5º88.65%55.1%-
HSV(B)173.5º83.88%94.9%-
XYZ45.5169.178.65-
YUV178.8151.2528.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.78%
GREEN value IS 242 (94.92% from 255) = 48.30%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=7.78%
G=48.30%
B=43.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal392422200.8400.090.05173.588.6555.1
Hex27F2DC54095ad5937
Octal47362334124011525513167
Binary1001111111001011011100101010001001101101011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,242,220); }

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

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

 a { background-color: rgb(39,242,220); }

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

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

 span { border-color: rgb(39,242,220); }

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