Shades of Bright Turquoise #27FDDC
Tints of Bright Turquoise #27FDDC
RGB
CMYK
RGB Variations
Color information
#27FDDC (or 0x27FDDC) is known color: Bright Turquoise. HEX triplet: 27, FD and DC. RGB value is (39,253,220). Sum of RGB (Red+Green+Blue) = 39+253+220=512 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.62% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #27FDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FDDC is #D80223. Grayscale: #B9B9B9. Windows color (decimal): -14156324 or 14482727. OLE color: 14482727.
HSL color Cylindrical-coordinate representation of color #27FDDC: hue angle of 170.75º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FDDC is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 253 | 220 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.01 |
| HSL | 170.75º | 0.98% | 0.57% | - |
| HSV(B) | 170.75º | 0.85% | 0.99% | - |
| XYZ | 48.88 | 75.85 | 79.77 | - |
| YUV | 185.25 | 147.6 | 23.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 253 | 220 | 0.85 | 0 | 0.13 | 0.01 | 170.75 | 0.98 | 0.57 |
| Hex | 27 | FD | DC | 55 | 0 | D | 1 | AB | 62 | 39 |
| Octal | 47 | 375 | 334 | 125 | 0 | 15 | 1 | 253 | 142 | 71 |
| Binary | 100111 | 11111101 | 11011100 | 1010101 | 0 | 1101 | 1 | 10101011 | 1100010 | 111001 |
Color Harmonies of #27FDDC
Complementary color
Monochromatic Colors of #27FDDC
Black with #27FDDC
Text Example
Text Example
White with #27FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FDDC; }
p { color: rgb(39,253,220); }
H1.HeaderClassName
{
color: #27FDDC;
}
.AnyTagClassName
{
color: #27FDDC;
}
</style>
background-color css
<style>
a { background-color: #27FDDC; }
a { background-color: rgb(39,253,220); }
div.DivClassName
{
background-color: #27FDDC;
}
.BgClassName
{
background-color: #27FDDC;
}
</style>
border-color css
<style>
span { border-color: #27FDDC; }
span { border-color: rgb(39,253,220); }
td.TdClassName
{
border-color: #27FDDC;
}
.TagClassName
{
border-color: #27FDDC;
}
</style>