Shades of Turquoise Blue #75DBDF
Tints of Turquoise Blue #75DBDF
RGB
CMYK
RGB Variations
Color information
#75DBDF (or 0x75DBDF) is known color: Turquoise Blue. HEX triplet: 75, DB and DF. RGB value is (117,219,223). Sum of RGB (Red+Green+Blue) = 117+219+223=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #75DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBDF is #8A2420. Grayscale: #BCBCBC. Windows color (decimal): -9053217 or 14670709. OLE color: 14670709.
HSL color Cylindrical-coordinate representation of color #75DBDF: hue angle of 182.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DBDF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 219 | 223 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.13 |
| HSL | 182.26º | 0.62% | 0.67% | - |
| HSV(B) | 182.26º | 0.48% | 0.87% | - |
| XYZ | 45.99 | 59.77 | 78.93 | - |
| YUV | 188.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 223 | 0.48 | 0.02 | 0 | 0.13 | 182.26 | 0.62 | 0.67 |
| Hex | 75 | DB | DF | 30 | 2 | 0 | D | B6 | 3E | 43 |
| Octal | 165 | 333 | 337 | 60 | 2 | 0 | 15 | 266 | 76 | 103 |
| Binary | 1110101 | 11011011 | 11011111 | 110000 | 10 | 0 | 1101 | 10110110 | 111110 | 1000011 |
Color Harmonies of #75DBDF
Complementary color
Monochromatic Colors of #75DBDF
Black with #75DBDF
Text Example
Text Example
White with #75DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBDF; }
p { color: rgb(117,219,223); }
H1.HeaderClassName
{
color: #75DBDF;
}
.AnyTagClassName
{
color: #75DBDF;
}
</style>
background-color css
<style>
a { background-color: #75DBDF; }
a { background-color: rgb(117,219,223); }
div.DivClassName
{
background-color: #75DBDF;
}
.BgClassName
{
background-color: #75DBDF;
}
</style>
border-color css
<style>
span { border-color: #75DBDF; }
span { border-color: rgb(117,219,223); }
td.TdClassName
{
border-color: #75DBDF;
}
.TagClassName
{
border-color: #75DBDF;
}
</style>