Shades of Turquoise Blue #5DDAFE
Tints of Turquoise Blue #5DDAFE
RGB
CMYK
RGB Variations
Color information
#5DDAFE (or 0x5DDAFE) is known color: Turquoise Blue. HEX triplet: 5D, DA and FE. RGB value is (93,218,254). Sum of RGB (Red+Green+Blue) = 93+218+254=565 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.46% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDAFE is #A22501. Grayscale: #B8B8B8. Windows color (decimal): -10626306 or 16702045. OLE color: 16702045.
HSL color Cylindrical-coordinate representation of color #5DDAFE: hue angle of 193.42º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDAFE is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 218 | 254 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.00 |
| HSL | 193.42º | 0.99% | 0.68% | - |
| HSV(B) | 193.42º | 0.63% | 1% | - |
| XYZ | 47.48 | 59.63 | 102.77 | - |
| YUV | 184.73 | 167.09 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 254 | 0.63 | 0.14 | 0 | 0.00 | 193.42 | 0.99 | 0.68 |
| Hex | 5D | DA | FE | 3F | E | 0 | 0 | C1 | 63 | 44 |
| Octal | 135 | 332 | 376 | 77 | 16 | 0 | 0 | 301 | 143 | 104 |
| Binary | 1011101 | 11011010 | 11111110 | 111111 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000100 |
Color Harmonies of #5DDAFE
Complementary color
Monochromatic Colors of #5DDAFE
Black with #5DDAFE
Text Example
Text Example
White with #5DDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDAFE; }
p { color: rgb(93,218,254); }
H1.HeaderClassName
{
color: #5DDAFE;
}
.AnyTagClassName
{
color: #5DDAFE;
}
</style>
background-color css
<style>
a { background-color: #5DDAFE; }
a { background-color: rgb(93,218,254); }
div.DivClassName
{
background-color: #5DDAFE;
}
.BgClassName
{
background-color: #5DDAFE;
}
</style>
border-color css
<style>
span { border-color: #5DDAFE; }
span { border-color: rgb(93,218,254); }
td.TdClassName
{
border-color: #5DDAFE;
}
.TagClassName
{
border-color: #5DDAFE;
}
</style>