Shades of Turquoise Blue #5DEEEF
Tints of Turquoise Blue #5DEEEF
RGB
CMYK
RGB Variations
Color information
#5DEEEF (or 0x5DEEEF) is known color: Turquoise Blue. HEX triplet: 5D, EE and EF. RGB value is (93,238,239). Sum of RGB (Red+Green+Blue) = 93+238+239=570 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.32% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DEEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEEF is #A21110. Grayscale: #C2C2C2. Windows color (decimal): -10621201 or 15724125. OLE color: 15724125.
HSL color Cylindrical-coordinate representation of color #5DEEEF: hue angle of 180.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEEEF is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 238 | 239 | - |
| CMYK | 0.61 | 0.00 | 0 | 0.06 |
| HSL | 180.41º | 0.82% | 0.65% | - |
| HSV(B) | 180.41º | 0.61% | 0.94% | - |
| XYZ | 50.67 | 69.71 | 92.45 | - |
| YUV | 194.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 239 | 0.61 | 0.00 | 0 | 0.06 | 180.41 | 0.82 | 0.65 |
| Hex | 5D | EE | EF | 3D | 0 | 0 | 6 | B4 | 52 | 41 |
| Octal | 135 | 356 | 357 | 75 | 0 | 0 | 6 | 264 | 122 | 101 |
| Binary | 1011101 | 11101110 | 11101111 | 111101 | 0 | 0 | 110 | 10110100 | 1010010 | 1000001 |
Color Harmonies of #5DEEEF
Complementary color
Monochromatic Colors of #5DEEEF
Black with #5DEEEF
Text Example
Text Example
White with #5DEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEEF; }
p { color: rgb(93,238,239); }
H1.HeaderClassName
{
color: #5DEEEF;
}
.AnyTagClassName
{
color: #5DEEEF;
}
</style>
background-color css
<style>
a { background-color: #5DEEEF; }
a { background-color: rgb(93,238,239); }
div.DivClassName
{
background-color: #5DEEEF;
}
.BgClassName
{
background-color: #5DEEEF;
}
</style>
border-color css
<style>
span { border-color: #5DEEEF; }
span { border-color: rgb(93,238,239); }
td.TdClassName
{
border-color: #5DEEEF;
}
.TagClassName
{
border-color: #5DEEEF;
}
</style>