Shades of Turquoise Blue #75EADD
Tints of Turquoise Blue #75EADD
RGB
CMYK
RGB Variations
Color information
#75EADD (or 0x75EADD) is known color: Turquoise Blue. HEX triplet: 75, EA and DD. RGB value is (117,234,221). Sum of RGB (Red+Green+Blue) = 117+234+221=572 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.45% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #75EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EADD is #8A1522. Grayscale: #C5C5C5. Windows color (decimal): -9049379 or 14543477. OLE color: 14543477.
HSL color Cylindrical-coordinate representation of color #75EADD: hue angle of 173.33º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EADD is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 234 | 221 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.08 |
| HSL | 173.33º | 0.74% | 0.69% | - |
| HSV(B) | 173.33º | 0.5% | 0.92% | - |
| XYZ | 49.81 | 67.85 | 78.88 | - |
| YUV | 197.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 234 | 221 | 0.5 | 0 | 0.06 | 0.08 | 173.33 | 0.74 | 0.69 |
| Hex | 75 | EA | DD | 32 | 0 | 6 | 8 | AD | 4A | 45 |
| Octal | 165 | 352 | 335 | 62 | 0 | 6 | 10 | 255 | 112 | 105 |
| Binary | 1110101 | 11101010 | 11011101 | 110010 | 0 | 110 | 1000 | 10101101 | 1001010 | 1000101 |
Color Harmonies of #75EADD
Complementary color
Monochromatic Colors of #75EADD
Black with #75EADD
Text Example
Text Example
White with #75EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EADD; }
p { color: rgb(117,234,221); }
H1.HeaderClassName
{
color: #75EADD;
}
.AnyTagClassName
{
color: #75EADD;
}
</style>
background-color css
<style>
a { background-color: #75EADD; }
a { background-color: rgb(117,234,221); }
div.DivClassName
{
background-color: #75EADD;
}
.BgClassName
{
background-color: #75EADD;
}
</style>
border-color css
<style>
span { border-color: #75EADD; }
span { border-color: rgb(117,234,221); }
td.TdClassName
{
border-color: #75EADD;
}
.TagClassName
{
border-color: #75EADD;
}
</style>