#27F5CD

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

Shades of Turquoise #27F5CD

Tints of Turquoise #27F5CD

Color information

#27F5CD (or 0x27F5CD) is unknown color: approx Turquoise. HEX triplet: 27, F5 and CD. RGB value is (39,245,205). Sum of RGB (Red+Green+Blue) = 39+245+205=489 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.98% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #27F5CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F5CD is #D80A32. Grayscale: #B2B2B2. Windows color (decimal): -14158387 or 13497639. OLE color: 13497639.

HSL color Cylindrical-coordinate representation of color #27F5CD: hue angle of 168.35º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F5CD is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB39245205-
CMYK0.8400.160.04
HSL168.35º91.15%55.69%-
HSV(B)168.35º84.08%96.08%-
XYZ44.5170.1468.95-
YUV178.85142.7528.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.98%
GREEN value IS 245 (96.09% from 255) = 50.10%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=7.98%
G=50.10%
B=41.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal392452050.8400.160.04168.3591.1555.69
Hex27F5CD540104a85b38
Octal47365315124020425013370
Binary10011111110101110011011010100010000100101010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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