Shades of Turquoise Blue #5CDFFD
Tints of Turquoise Blue #5CDFFD
RGB
CMYK
RGB Variations
Color information
#5CDFFD (or 0x5CDFFD) is known color: Turquoise Blue. HEX triplet: 5C, DF and FD. RGB value is (92,223,253). Sum of RGB (Red+Green+Blue) = 92+223+253=568 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.20% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDFFD is #A32002. Grayscale: #BBBBBB. Windows color (decimal): -10690563 or 16637788. OLE color: 16637788.
HSL color Cylindrical-coordinate representation of color #5CDFFD: hue angle of 191.18º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CDFFD is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 223 | 253 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.01 |
| HSL | 191.18º | 0.98% | 0.68% | - |
| HSV(B) | 191.18º | 0.64% | 0.99% | - |
| XYZ | 48.53 | 62.14 | 102.37 | - |
| YUV | 187.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 253 | 0.64 | 0.12 | 0 | 0.01 | 191.18 | 0.98 | 0.68 |
| Hex | 5C | DF | FD | 40 | C | 0 | 1 | BF | 62 | 44 |
| Octal | 134 | 337 | 375 | 100 | 14 | 0 | 1 | 277 | 142 | 104 |
| Binary | 1011100 | 11011111 | 11111101 | 1000000 | 1100 | 0 | 1 | 10111111 | 1100010 | 1000100 |
Color Harmonies of #5CDFFD
Complementary color
Monochromatic Colors of #5CDFFD
Black with #5CDFFD
Text Example
Text Example
White with #5CDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFFD; }
p { color: rgb(92,223,253); }
H1.HeaderClassName
{
color: #5CDFFD;
}
.AnyTagClassName
{
color: #5CDFFD;
}
</style>
background-color css
<style>
a { background-color: #5CDFFD; }
a { background-color: rgb(92,223,253); }
div.DivClassName
{
background-color: #5CDFFD;
}
.BgClassName
{
background-color: #5CDFFD;
}
</style>
border-color css
<style>
span { border-color: #5CDFFD; }
span { border-color: rgb(92,223,253); }
td.TdClassName
{
border-color: #5CDFFD;
}
.TagClassName
{
border-color: #5CDFFD;
}
</style>