Shades of Turquoise Blue #71DFFD
Tints of Turquoise Blue #71DFFD
RGB
CMYK
RGB Variations
Color information
#71DFFD (or 0x71DFFD) is known color: Turquoise Blue. HEX triplet: 71, DF and FD. RGB value is (113,223,253). Sum of RGB (Red+Green+Blue) = 113+223+253=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #71DFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFFD is #8E2002. Grayscale: #C1C1C1. Windows color (decimal): -9314307 or 16637809. OLE color: 16637809.
HSL color Cylindrical-coordinate representation of color #71DFFD: hue angle of 192.86º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71DFFD is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 223 | 253 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.01 |
| HSL | 192.86º | 0.97% | 0.72% | - |
| HSV(B) | 192.86º | 0.55% | 0.99% | - |
| XYZ | 50.93 | 63.38 | 102.48 | - |
| YUV | 193.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 253 | 0.55 | 0.12 | 0 | 0.01 | 192.86 | 0.97 | 0.72 |
| Hex | 71 | DF | FD | 37 | C | 0 | 1 | C1 | 61 | 48 |
| Octal | 161 | 337 | 375 | 67 | 14 | 0 | 1 | 301 | 141 | 110 |
| Binary | 1110001 | 11011111 | 11111101 | 110111 | 1100 | 0 | 1 | 11000001 | 1100001 | 1001000 |
Color Harmonies of #71DFFD
Complementary color
Monochromatic Colors of #71DFFD
Black with #71DFFD
Text Example
Text Example
White with #71DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFFD; }
p { color: rgb(113,223,253); }
H1.HeaderClassName
{
color: #71DFFD;
}
.AnyTagClassName
{
color: #71DFFD;
}
</style>
background-color css
<style>
a { background-color: #71DFFD; }
a { background-color: rgb(113,223,253); }
div.DivClassName
{
background-color: #71DFFD;
}
.BgClassName
{
background-color: #71DFFD;
}
</style>
border-color css
<style>
span { border-color: #71DFFD; }
span { border-color: rgb(113,223,253); }
td.TdClassName
{
border-color: #71DFFD;
}
.TagClassName
{
border-color: #71DFFD;
}
</style>