Shades of Turquoise Blue #5DDEF2
Tints of Turquoise Blue #5DDEF2
RGB
CMYK
RGB Variations
Color information
#5DDEF2 (or 0x5DDEF2) is known color: Turquoise Blue. HEX triplet: 5D, DE and F2. RGB value is (93,222,242). Sum of RGB (Red+Green+Blue) = 93+222+242=557 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.70% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DDEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDEF2 is #A2210D. Grayscale: #B9B9B9. Windows color (decimal): -10625294 or 15916637. OLE color: 15916637.
HSL color Cylindrical-coordinate representation of color #5DDEF2: hue angle of 188.05º 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 #5DDEF2 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 222 | 242 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.05 |
| HSL | 188.05º | 0.85% | 0.66% | - |
| HSV(B) | 188.05º | 0.62% | 0.95% | - |
| XYZ | 46.66 | 60.98 | 93.32 | - |
| YUV | 185.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 242 | 0.62 | 0.08 | 0 | 0.05 | 188.05 | 0.85 | 0.66 |
| Hex | 5D | DE | F2 | 3E | 8 | 0 | 5 | BC | 55 | 42 |
| Octal | 135 | 336 | 362 | 76 | 10 | 0 | 5 | 274 | 125 | 102 |
| Binary | 1011101 | 11011110 | 11110010 | 111110 | 1000 | 0 | 101 | 10111100 | 1010101 | 1000010 |
Color Harmonies of #5DDEF2
Complementary color
Monochromatic Colors of #5DDEF2
Black with #5DDEF2
Text Example
Text Example
White with #5DDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDEF2; }
p { color: rgb(93,222,242); }
H1.HeaderClassName
{
color: #5DDEF2;
}
.AnyTagClassName
{
color: #5DDEF2;
}
</style>
background-color css
<style>
a { background-color: #5DDEF2; }
a { background-color: rgb(93,222,242); }
div.DivClassName
{
background-color: #5DDEF2;
}
.BgClassName
{
background-color: #5DDEF2;
}
</style>
border-color css
<style>
span { border-color: #5DDEF2; }
span { border-color: rgb(93,222,242); }
td.TdClassName
{
border-color: #5DDEF2;
}
.TagClassName
{
border-color: #5DDEF2;
}
</style>