Shades of Turquoise Blue #75DCDA
Tints of Turquoise Blue #75DCDA
RGB
CMYK
RGB Variations
Color information
#75DCDA (or 0x75DCDA) is known color: Turquoise Blue. HEX triplet: 75, DC and DA. RGB value is (117,220,218). Sum of RGB (Red+Green+Blue) = 117+220+218=555 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.08% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCDA is #8A2325. Grayscale: #BCBCBC. Windows color (decimal): -9052966 or 14343285. OLE color: 14343285.
HSL color Cylindrical-coordinate representation of color #75DCDA: hue angle of 178.83º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCDA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 218 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.14 |
| HSL | 178.83º | 0.6% | 0.66% | - |
| HSV(B) | 178.83º | 0.47% | 0.86% | - |
| XYZ | 45.58 | 60.03 | 75.51 | - |
| YUV | 188.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 218 | 0.47 | 0 | 0.01 | 0.14 | 178.83 | 0.6 | 0.66 |
| Hex | 75 | DC | DA | 2F | 0 | 1 | E | B3 | 3C | 42 |
| Octal | 165 | 334 | 332 | 57 | 0 | 1 | 16 | 263 | 74 | 102 |
| Binary | 1110101 | 11011100 | 11011010 | 101111 | 0 | 1 | 1110 | 10110011 | 111100 | 1000010 |
Color Harmonies of #75DCDA
Complementary color
Monochromatic Colors of #75DCDA
Black with #75DCDA
Text Example
Text Example
White with #75DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCDA; }
p { color: rgb(117,220,218); }
H1.HeaderClassName
{
color: #75DCDA;
}
.AnyTagClassName
{
color: #75DCDA;
}
</style>
background-color css
<style>
a { background-color: #75DCDA; }
a { background-color: rgb(117,220,218); }
div.DivClassName
{
background-color: #75DCDA;
}
.BgClassName
{
background-color: #75DCDA;
}
</style>
border-color css
<style>
span { border-color: #75DCDA; }
span { border-color: rgb(117,220,218); }
td.TdClassName
{
border-color: #75DCDA;
}
.TagClassName
{
border-color: #75DCDA;
}
</style>