Shades of Bright Turquoise #27DBFC
Tints of Bright Turquoise #27DBFC
RGB
CMYK
RGB Variations
Color information
#27DBFC (or 0x27DBFC) is known color: Bright Turquoise. HEX triplet: 27, DB and FC. RGB value is (39,219,252). Sum of RGB (Red+Green+Blue) = 39+219+252=510 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.65% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #27DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DBFC is #D82403. Grayscale: #A8A8A8. Windows color (decimal): -14164996 or 16571175. OLE color: 16571175.
HSL color Cylindrical-coordinate representation of color #27DBFC: hue angle of 189.3º 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 #27DBFC is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 219 | 252 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.01 |
| HSL | 189.3º | 0.97% | 0.57% | - |
| HSV(B) | 189.3º | 0.85% | 0.99% | - |
| XYZ | 43.74 | 58.12 | 101.01 | - |
| YUV | 168.94 | 174.87 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 252 | 0.85 | 0.13 | 0 | 0.01 | 189.3 | 0.97 | 0.57 |
| Hex | 27 | DB | FC | 55 | D | 0 | 1 | BD | 61 | 39 |
| Octal | 47 | 333 | 374 | 125 | 15 | 0 | 1 | 275 | 141 | 71 |
| Binary | 100111 | 11011011 | 11111100 | 1010101 | 1101 | 0 | 1 | 10111101 | 1100001 | 111001 |
Color Harmonies of #27DBFC
Complementary color
Monochromatic Colors of #27DBFC
Black with #27DBFC
Text Example
Text Example
White with #27DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBFC; }
p { color: rgb(39,219,252); }
H1.HeaderClassName
{
color: #27DBFC;
}
.AnyTagClassName
{
color: #27DBFC;
}
</style>
background-color css
<style>
a { background-color: #27DBFC; }
a { background-color: rgb(39,219,252); }
div.DivClassName
{
background-color: #27DBFC;
}
.BgClassName
{
background-color: #27DBFC;
}
</style>
border-color css
<style>
span { border-color: #27DBFC; }
span { border-color: rgb(39,219,252); }
td.TdClassName
{
border-color: #27DBFC;
}
.TagClassName
{
border-color: #27DBFC;
}
</style>