Shades of Turquoise Blue #75DCDF
Tints of Turquoise Blue #75DCDF
RGB
CMYK
RGB Variations
Color information
#75DCDF (or 0x75DCDF) is known color: Turquoise Blue. HEX triplet: 75, DC and DF. RGB value is (117,220,223). Sum of RGB (Red+Green+Blue) = 117+220+223=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #75DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCDF is #8A2320. Grayscale: #BDBDBD. Windows color (decimal): -9052961 or 14670965. OLE color: 14670965.
HSL color Cylindrical-coordinate representation of color #75DCDF: hue angle of 181.7º 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 #75DCDF is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 220 | 223 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.13 |
| HSL | 181.7º | 0.62% | 0.67% | - |
| HSV(B) | 181.7º | 0.48% | 0.87% | - |
| XYZ | 46.25 | 60.3 | 79.01 | - |
| YUV | 189.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 223 | 0.48 | 0.01 | 0 | 0.13 | 181.7 | 0.62 | 0.67 |
| Hex | 75 | DC | DF | 30 | 1 | 0 | D | B6 | 3E | 43 |
| Octal | 165 | 334 | 337 | 60 | 1 | 0 | 15 | 266 | 76 | 103 |
| Binary | 1110101 | 11011100 | 11011111 | 110000 | 1 | 0 | 1101 | 10110110 | 111110 | 1000011 |
Color Harmonies of #75DCDF
Complementary color
Monochromatic Colors of #75DCDF
Black with #75DCDF
Text Example
Text Example
White with #75DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCDF; }
p { color: rgb(117,220,223); }
H1.HeaderClassName
{
color: #75DCDF;
}
.AnyTagClassName
{
color: #75DCDF;
}
</style>
background-color css
<style>
a { background-color: #75DCDF; }
a { background-color: rgb(117,220,223); }
div.DivClassName
{
background-color: #75DCDF;
}
.BgClassName
{
background-color: #75DCDF;
}
</style>
border-color css
<style>
span { border-color: #75DCDF; }
span { border-color: rgb(117,220,223); }
td.TdClassName
{
border-color: #75DCDF;
}
.TagClassName
{
border-color: #75DCDF;
}
</style>