Shades of Turquoise Blue #5DCFEF
Tints of Turquoise Blue #5DCFEF
RGB
CMYK
RGB Variations
Color information
#5DCFEF (or 0x5DCFEF) is known color: Turquoise Blue. HEX triplet: 5D, CF and EF. RGB value is (93,207,239). Sum of RGB (Red+Green+Blue) = 93+207+239=539 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.25% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCFEF is #A23010. Grayscale: #B0B0B0. Windows color (decimal): -10629137 or 15716189. OLE color: 15716189.
HSL color Cylindrical-coordinate representation of color #5DCFEF: hue angle of 193.15º 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 #5DCFEF is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 207 | 239 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.06 |
| HSL | 193.15º | 0.82% | 0.65% | - |
| HSV(B) | 193.15º | 0.61% | 0.94% | - |
| XYZ | 42.41 | 53.18 | 89.69 | - |
| YUV | 176.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 239 | 0.61 | 0.13 | 0 | 0.06 | 193.15 | 0.82 | 0.65 |
| Hex | 5D | CF | EF | 3D | D | 0 | 6 | C1 | 52 | 41 |
| Octal | 135 | 317 | 357 | 75 | 15 | 0 | 6 | 301 | 122 | 101 |
| Binary | 1011101 | 11001111 | 11101111 | 111101 | 1101 | 0 | 110 | 11000001 | 1010010 | 1000001 |
Color Harmonies of #5DCFEF
Complementary color
Monochromatic Colors of #5DCFEF
Black with #5DCFEF
Text Example
Text Example
White with #5DCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFEF; }
p { color: rgb(93,207,239); }
H1.HeaderClassName
{
color: #5DCFEF;
}
.AnyTagClassName
{
color: #5DCFEF;
}
</style>
background-color css
<style>
a { background-color: #5DCFEF; }
a { background-color: rgb(93,207,239); }
div.DivClassName
{
background-color: #5DCFEF;
}
.BgClassName
{
background-color: #5DCFEF;
}
</style>
border-color css
<style>
span { border-color: #5DCFEF; }
span { border-color: rgb(93,207,239); }
td.TdClassName
{
border-color: #5DCFEF;
}
.TagClassName
{
border-color: #5DCFEF;
}
</style>