Shades of Turquoise Blue #5DDDF2
Tints of Turquoise Blue #5DDDF2
RGB
CMYK
RGB Variations
Color information
#5DDDF2 (or 0x5DDDF2) is known color: Turquoise Blue. HEX triplet: 5D, DD and F2. RGB value is (93,221,242). Sum of RGB (Red+Green+Blue) = 93+221+242=556 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.73% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DDDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDF2 is #A2220D. Grayscale: #B8B8B8. Windows color (decimal): -10625550 or 15916381. OLE color: 15916381.
HSL color Cylindrical-coordinate representation of color #5DDDF2: hue angle of 188.46º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DDDF2 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 221 | 242 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.05 |
| HSL | 188.46º | 0.85% | 0.66% | - |
| HSV(B) | 188.46º | 0.62% | 0.95% | - |
| XYZ | 46.4 | 60.45 | 93.23 | - |
| YUV | 185.12 | 160.09 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 242 | 0.62 | 0.09 | 0 | 0.05 | 188.46 | 0.85 | 0.66 |
| Hex | 5D | DD | F2 | 3E | 9 | 0 | 5 | BC | 55 | 42 |
| Octal | 135 | 335 | 362 | 76 | 11 | 0 | 5 | 274 | 125 | 102 |
| Binary | 1011101 | 11011101 | 11110010 | 111110 | 1001 | 0 | 101 | 10111100 | 1010101 | 1000010 |
Color Harmonies of #5DDDF2
Complementary color
Monochromatic Colors of #5DDDF2
Black with #5DDDF2
Text Example
Text Example
White with #5DDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDDF2; }
p { color: rgb(93,221,242); }
H1.HeaderClassName
{
color: #5DDDF2;
}
.AnyTagClassName
{
color: #5DDDF2;
}
</style>
background-color css
<style>
a { background-color: #5DDDF2; }
a { background-color: rgb(93,221,242); }
div.DivClassName
{
background-color: #5DDDF2;
}
.BgClassName
{
background-color: #5DDDF2;
}
</style>
border-color css
<style>
span { border-color: #5DDDF2; }
span { border-color: rgb(93,221,242); }
td.TdClassName
{
border-color: #5DDDF2;
}
.TagClassName
{
border-color: #5DDDF2;
}
</style>