Shades of Bright Turquoise #27DBF4
Tints of Bright Turquoise #27DBF4
RGB
CMYK
RGB Variations
Color information
#27DBF4 (or 0x27DBF4) is known color: Bright Turquoise. HEX triplet: 27, DB and F4. RGB value is (39,219,244). Sum of RGB (Red+Green+Blue) = 39+219+244=502 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.77% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #27DBF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DBF4 is #D8240B. Grayscale: #A7A7A7. Windows color (decimal): -14165004 or 16046887. OLE color: 16046887.
HSL color Cylindrical-coordinate representation of color #27DBF4: hue angle of 187.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27DBF4 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 219 | 244 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.04 |
| HSL | 187.32º | 0.9% | 0.55% | - |
| HSV(B) | 187.32º | 0.84% | 0.96% | - |
| XYZ | 42.5 | 57.63 | 94.47 | - |
| YUV | 168.03 | 170.87 | 35.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 244 | 0.84 | 0.10 | 0 | 0.04 | 187.32 | 0.9 | 0.55 |
| Hex | 27 | DB | F4 | 54 | A | 0 | 4 | BB | 5A | 37 |
| Octal | 47 | 333 | 364 | 124 | 12 | 0 | 4 | 273 | 132 | 67 |
| Binary | 100111 | 11011011 | 11110100 | 1010100 | 1010 | 0 | 100 | 10111011 | 1011010 | 110111 |
Color Harmonies of #27DBF4
Complementary color
Monochromatic Colors of #27DBF4
Black with #27DBF4
Text Example
Text Example
White with #27DBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBF4; }
p { color: rgb(39,219,244); }
H1.HeaderClassName
{
color: #27DBF4;
}
.AnyTagClassName
{
color: #27DBF4;
}
</style>
background-color css
<style>
a { background-color: #27DBF4; }
a { background-color: rgb(39,219,244); }
div.DivClassName
{
background-color: #27DBF4;
}
.BgClassName
{
background-color: #27DBF4;
}
</style>
border-color css
<style>
span { border-color: #27DBF4; }
span { border-color: rgb(39,219,244); }
td.TdClassName
{
border-color: #27DBF4;
}
.TagClassName
{
border-color: #27DBF4;
}
</style>