Shades of Bright Turquoise #27DCFC
Tints of Bright Turquoise #27DCFC
RGB
CMYK
RGB Variations
Color information
#27DCFC (or 0x27DCFC) is known color: Bright Turquoise. HEX triplet: 27, DC and FC. RGB value is (39,220,252). Sum of RGB (Red+Green+Blue) = 39+220+252=511 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.63% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #27DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DCFC is #D82303. Grayscale: #A9A9A9. Windows color (decimal): -14164740 or 16571431. OLE color: 16571431.
HSL color Cylindrical-coordinate representation of color #27DCFC: hue angle of 189.01º degrees, saturation: 0.97, 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 #27DCFC is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 220 | 252 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.01 |
| HSL | 189.01º | 0.97% | 0.57% | - |
| HSV(B) | 189.01º | 0.85% | 0.99% | - |
| XYZ | 44 | 58.65 | 101.1 | - |
| YUV | 169.53 | 174.53 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 252 | 0.85 | 0.13 | 0 | 0.01 | 189.01 | 0.97 | 0.57 |
| Hex | 27 | DC | FC | 55 | D | 0 | 1 | BD | 61 | 39 |
| Octal | 47 | 334 | 374 | 125 | 15 | 0 | 1 | 275 | 141 | 71 |
| Binary | 100111 | 11011100 | 11111100 | 1010101 | 1101 | 0 | 1 | 10111101 | 1100001 | 111001 |
Color Harmonies of #27DCFC
Complementary color
Monochromatic Colors of #27DCFC
Black with #27DCFC
Text Example
Text Example
White with #27DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCFC; }
p { color: rgb(39,220,252); }
H1.HeaderClassName
{
color: #27DCFC;
}
.AnyTagClassName
{
color: #27DCFC;
}
</style>
background-color css
<style>
a { background-color: #27DCFC; }
a { background-color: rgb(39,220,252); }
div.DivClassName
{
background-color: #27DCFC;
}
.BgClassName
{
background-color: #27DCFC;
}
</style>
border-color css
<style>
span { border-color: #27DCFC; }
span { border-color: rgb(39,220,252); }
td.TdClassName
{
border-color: #27DCFC;
}
.TagClassName
{
border-color: #27DCFC;
}
</style>