Shades of Bright Turquoise #27DCF2
Tints of Bright Turquoise #27DCF2
RGB
CMYK
RGB Variations
Color information
#27DCF2 (or 0x27DCF2) is known color: Bright Turquoise. HEX triplet: 27, DC and F2. RGB value is (39,220,242). Sum of RGB (Red+Green+Blue) = 39+220+242=501 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.78% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #27DCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DCF2 is #D8230D. Grayscale: #A8A8A8. Windows color (decimal): -14164750 or 15916071. OLE color: 15916071.
HSL color Cylindrical-coordinate representation of color #27DCF2: hue angle of 186.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27DCF2 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 220 | 242 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.05 |
| HSL | 186.5º | 0.89% | 0.55% | - |
| HSV(B) | 186.5º | 0.84% | 0.95% | - |
| XYZ | 42.46 | 58.03 | 92.97 | - |
| YUV | 168.39 | 169.53 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 242 | 0.84 | 0.09 | 0 | 0.05 | 186.5 | 0.89 | 0.55 |
| Hex | 27 | DC | F2 | 54 | 9 | 0 | 5 | BB | 59 | 37 |
| Octal | 47 | 334 | 362 | 124 | 11 | 0 | 5 | 273 | 131 | 67 |
| Binary | 100111 | 11011100 | 11110010 | 1010100 | 1001 | 0 | 101 | 10111011 | 1011001 | 110111 |
Color Harmonies of #27DCF2
Complementary color
Monochromatic Colors of #27DCF2
Black with #27DCF2
Text Example
Text Example
White with #27DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCF2; }
p { color: rgb(39,220,242); }
H1.HeaderClassName
{
color: #27DCF2;
}
.AnyTagClassName
{
color: #27DCF2;
}
</style>
background-color css
<style>
a { background-color: #27DCF2; }
a { background-color: rgb(39,220,242); }
div.DivClassName
{
background-color: #27DCF2;
}
.BgClassName
{
background-color: #27DCF2;
}
</style>
border-color css
<style>
span { border-color: #27DCF2; }
span { border-color: rgb(39,220,242); }
td.TdClassName
{
border-color: #27DCF2;
}
.TagClassName
{
border-color: #27DCF2;
}
</style>