Shades of Bright Turquoise #27DDFF
Tints of Bright Turquoise #27DDFF
RGB
CMYK
RGB Variations
Color information
#27DDFF (or 0x27DDFF) is known color: Bright Turquoise. HEX triplet: 27, DD and FF. RGB value is (39,221,255). Sum of RGB (Red+Green+Blue) = 39+221+255=515 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.57% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #27DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DDFF is #D82200. Grayscale: #AAAAAA. Windows color (decimal): -14164481 or 16768295. OLE color: 16768295.
HSL color Cylindrical-coordinate representation of color #27DDFF: hue angle of 189.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27DDFF is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 221 | 255 | - |
| CMYK | 0.85 | 0.13 | 0 | 0 |
| HSL | 189.44º | 1% | 0.58% | - |
| HSV(B) | 189.44º | 0.85% | 1% | - |
| XYZ | 44.74 | 59.36 | 103.71 | - |
| YUV | 170.46 | 175.7 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 255 | 0.85 | 0.13 | 0 | 0 | 189.44 | 1 | 0.58 |
| Hex | 27 | DD | FF | 55 | D | 0 | 0 | BD | 64 | 3A |
| Octal | 47 | 335 | 377 | 125 | 15 | 0 | 0 | 275 | 144 | 72 |
| Binary | 100111 | 11011101 | 11111111 | 1010101 | 1101 | 0 | 0 | 10111101 | 1100100 | 111010 |
Color Harmonies of #27DDFF
Complementary color
Monochromatic Colors of #27DDFF
Black with #27DDFF
Text Example
Text Example
White with #27DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDFF; }
p { color: rgb(39,221,255); }
H1.HeaderClassName
{
color: #27DDFF;
}
.AnyTagClassName
{
color: #27DDFF;
}
</style>
background-color css
<style>
a { background-color: #27DDFF; }
a { background-color: rgb(39,221,255); }
div.DivClassName
{
background-color: #27DDFF;
}
.BgClassName
{
background-color: #27DDFF;
}
</style>
border-color css
<style>
span { border-color: #27DDFF; }
span { border-color: rgb(39,221,255); }
td.TdClassName
{
border-color: #27DDFF;
}
.TagClassName
{
border-color: #27DDFF;
}
</style>