Shades of Turquoise Blue #5FDCFC
Tints of Turquoise Blue #5FDCFC
RGB
CMYK
RGB Variations
Color information
#5FDCFC (or 0x5FDCFC) is known color: Turquoise Blue. HEX triplet: 5F, DC and FC. RGB value is (95,220,252). Sum of RGB (Red+Green+Blue) = 95+220+252=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FDCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDCFC is #A02303. Grayscale: #BABABA. Windows color (decimal): -10494724 or 16571487. OLE color: 16571487.
HSL color Cylindrical-coordinate representation of color #5FDCFC: hue angle of 192.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FDCFC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 220 | 252 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.01 |
| HSL | 192.23º | 0.96% | 0.68% | - |
| HSV(B) | 192.23º | 0.62% | 0.99% | - |
| XYZ | 47.88 | 60.65 | 101.28 | - |
| YUV | 186.27 | 165.09 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 252 | 0.62 | 0.13 | 0 | 0.01 | 192.23 | 0.96 | 0.68 |
| Hex | 5F | DC | FC | 3E | D | 0 | 1 | C0 | 60 | 44 |
| Octal | 137 | 334 | 374 | 76 | 15 | 0 | 1 | 300 | 140 | 104 |
| Binary | 1011111 | 11011100 | 11111100 | 111110 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000100 |
Color Harmonies of #5FDCFC
Complementary color
Monochromatic Colors of #5FDCFC
Black with #5FDCFC
Text Example
Text Example
White with #5FDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCFC; }
p { color: rgb(95,220,252); }
H1.HeaderClassName
{
color: #5FDCFC;
}
.AnyTagClassName
{
color: #5FDCFC;
}
</style>
background-color css
<style>
a { background-color: #5FDCFC; }
a { background-color: rgb(95,220,252); }
div.DivClassName
{
background-color: #5FDCFC;
}
.BgClassName
{
background-color: #5FDCFC;
}
</style>
border-color css
<style>
span { border-color: #5FDCFC; }
span { border-color: rgb(95,220,252); }
td.TdClassName
{
border-color: #5FDCFC;
}
.TagClassName
{
border-color: #5FDCFC;
}
</style>