Shades of Bright Turquoise #27D5F4
Tints of Bright Turquoise #27D5F4
RGB
CMYK
RGB Variations
Color information
#27D5F4 (or 0x27D5F4) is known color: Bright Turquoise. HEX triplet: 27, D5 and F4. RGB value is (39,213,244). Sum of RGB (Red+Green+Blue) = 39+213+244=496 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.86% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #27D5F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D5F4 is #D82A0B. Grayscale: #A4A4A4. Windows color (decimal): -14166540 or 16045351. OLE color: 16045351.
HSL color Cylindrical-coordinate representation of color #27D5F4: hue angle of 189.07º 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 #27D5F4 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 213 | 244 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.04 |
| HSL | 189.07º | 0.9% | 0.55% | - |
| HSV(B) | 189.07º | 0.84% | 0.96% | - |
| XYZ | 40.96 | 54.55 | 93.96 | - |
| YUV | 164.51 | 172.85 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 244 | 0.84 | 0.13 | 0 | 0.04 | 189.07 | 0.9 | 0.55 |
| Hex | 27 | D5 | F4 | 54 | D | 0 | 4 | BD | 5A | 37 |
| Octal | 47 | 325 | 364 | 124 | 15 | 0 | 4 | 275 | 132 | 67 |
| Binary | 100111 | 11010101 | 11110100 | 1010100 | 1101 | 0 | 100 | 10111101 | 1011010 | 110111 |
Color Harmonies of #27D5F4
Complementary color
Monochromatic Colors of #27D5F4
Black with #27D5F4
Text Example
Text Example
White with #27D5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D5F4; }
p { color: rgb(39,213,244); }
H1.HeaderClassName
{
color: #27D5F4;
}
.AnyTagClassName
{
color: #27D5F4;
}
</style>
background-color css
<style>
a { background-color: #27D5F4; }
a { background-color: rgb(39,213,244); }
div.DivClassName
{
background-color: #27D5F4;
}
.BgClassName
{
background-color: #27D5F4;
}
</style>
border-color css
<style>
span { border-color: #27D5F4; }
span { border-color: rgb(39,213,244); }
td.TdClassName
{
border-color: #27D5F4;
}
.TagClassName
{
border-color: #27D5F4;
}
</style>