Shades of Turquoise Blue #75DBDD
Tints of Turquoise Blue #75DBDD
RGB
CMYK
RGB Variations
Color information
#75DBDD (or 0x75DBDD) is known color: Turquoise Blue. HEX triplet: 75, DB and DD. RGB value is (117,219,221). Sum of RGB (Red+Green+Blue) = 117+219+221=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #75DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBDD is #8A2422. Grayscale: #BCBCBC. Windows color (decimal): -9053219 or 14539637. OLE color: 14539637.
HSL color Cylindrical-coordinate representation of color #75DBDD: hue angle of 181.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DBDD is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 219 | 221 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.13 |
| HSL | 181.15º | 0.6% | 0.66% | - |
| HSV(B) | 181.15º | 0.47% | 0.87% | - |
| XYZ | 45.72 | 59.67 | 77.51 | - |
| YUV | 188.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 221 | 0.47 | 0.01 | 0 | 0.13 | 181.15 | 0.6 | 0.66 |
| Hex | 75 | DB | DD | 2F | 1 | 0 | D | B5 | 3C | 42 |
| Octal | 165 | 333 | 335 | 57 | 1 | 0 | 15 | 265 | 74 | 102 |
| Binary | 1110101 | 11011011 | 11011101 | 101111 | 1 | 0 | 1101 | 10110101 | 111100 | 1000010 |
Color Harmonies of #75DBDD
Complementary color
Monochromatic Colors of #75DBDD
Black with #75DBDD
Text Example
Text Example
White with #75DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBDD; }
p { color: rgb(117,219,221); }
H1.HeaderClassName
{
color: #75DBDD;
}
.AnyTagClassName
{
color: #75DBDD;
}
</style>
background-color css
<style>
a { background-color: #75DBDD; }
a { background-color: rgb(117,219,221); }
div.DivClassName
{
background-color: #75DBDD;
}
.BgClassName
{
background-color: #75DBDD;
}
</style>
border-color css
<style>
span { border-color: #75DBDD; }
span { border-color: rgb(117,219,221); }
td.TdClassName
{
border-color: #75DBDD;
}
.TagClassName
{
border-color: #75DBDD;
}
</style>