Shades of Turquoise Blue #75DDF1
Tints of Turquoise Blue #75DDF1
RGB
CMYK
RGB Variations
Color information
#75DDF1 (or 0x75DDF1) is known color: Turquoise Blue. HEX triplet: 75, DD and F1. RGB value is (117,221,241). Sum of RGB (Red+Green+Blue) = 117+221+241=579 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.21% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #75DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DDF1 is #8A220E. Grayscale: #BFBFBF. Windows color (decimal): -9052687 or 15850869. OLE color: 15850869.
HSL color Cylindrical-coordinate representation of color #75DDF1: hue angle of 189.68º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75DDF1 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 221 | 241 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.05 |
| HSL | 189.68º | 0.82% | 0.7% | - |
| HSV(B) | 189.68º | 0.51% | 0.95% | - |
| XYZ | 49.07 | 61.85 | 92.57 | - |
| YUV | 192.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 241 | 0.51 | 0.08 | 0 | 0.05 | 189.68 | 0.82 | 0.7 |
| Hex | 75 | DD | F1 | 33 | 8 | 0 | 5 | BE | 52 | 46 |
| Octal | 165 | 335 | 361 | 63 | 10 | 0 | 5 | 276 | 122 | 106 |
| Binary | 1110101 | 11011101 | 11110001 | 110011 | 1000 | 0 | 101 | 10111110 | 1010010 | 1000110 |
Color Harmonies of #75DDF1
Complementary color
Monochromatic Colors of #75DDF1
Black with #75DDF1
Text Example
Text Example
White with #75DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDF1; }
p { color: rgb(117,221,241); }
H1.HeaderClassName
{
color: #75DDF1;
}
.AnyTagClassName
{
color: #75DDF1;
}
</style>
background-color css
<style>
a { background-color: #75DDF1; }
a { background-color: rgb(117,221,241); }
div.DivClassName
{
background-color: #75DDF1;
}
.BgClassName
{
background-color: #75DDF1;
}
</style>
border-color css
<style>
span { border-color: #75DDF1; }
span { border-color: rgb(117,221,241); }
td.TdClassName
{
border-color: #75DDF1;
}
.TagClassName
{
border-color: #75DDF1;
}
</style>