Shades of Turquoise Blue #75DCFC
Tints of Turquoise Blue #75DCFC
RGB
CMYK
RGB Variations
Color information
#75DCFC (or 0x75DCFC) is known color: Turquoise Blue. HEX triplet: 75, DC and FC. RGB value is (117,220,252). Sum of RGB (Red+Green+Blue) = 117+220+252=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #75DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DCFC is #8A2303. Grayscale: #C0C0C0. Windows color (decimal): -9052932 or 16571509. OLE color: 16571509.
HSL color Cylindrical-coordinate representation of color #75DCFC: hue angle of 194.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DCFC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 220 | 252 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.01 |
| HSL | 194.22º | 0.96% | 0.72% | - |
| HSV(B) | 194.22º | 0.54% | 0.99% | - |
| XYZ | 50.5 | 62 | 101.4 | - |
| YUV | 192.85 | 161.38 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 252 | 0.54 | 0.13 | 0 | 0.01 | 194.22 | 0.96 | 0.72 |
| Hex | 75 | DC | FC | 36 | D | 0 | 1 | C2 | 60 | 48 |
| Octal | 165 | 334 | 374 | 66 | 15 | 0 | 1 | 302 | 140 | 110 |
| Binary | 1110101 | 11011100 | 11111100 | 110110 | 1101 | 0 | 1 | 11000010 | 1100000 | 1001000 |
Color Harmonies of #75DCFC
Complementary color
Monochromatic Colors of #75DCFC
Black with #75DCFC
Text Example
Text Example
White with #75DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCFC; }
p { color: rgb(117,220,252); }
H1.HeaderClassName
{
color: #75DCFC;
}
.AnyTagClassName
{
color: #75DCFC;
}
</style>
background-color css
<style>
a { background-color: #75DCFC; }
a { background-color: rgb(117,220,252); }
div.DivClassName
{
background-color: #75DCFC;
}
.BgClassName
{
background-color: #75DCFC;
}
</style>
border-color css
<style>
span { border-color: #75DCFC; }
span { border-color: rgb(117,220,252); }
td.TdClassName
{
border-color: #75DCFC;
}
.TagClassName
{
border-color: #75DCFC;
}
</style>