Shades of Turquoise Blue #5FDCFD
Tints of Turquoise Blue #5FDCFD
RGB
CMYK
RGB Variations
Color information
#5FDCFD (or 0x5FDCFD) is known color: Turquoise Blue. HEX triplet: 5F, DC and FD. RGB value is (95,220,253). Sum of RGB (Red+Green+Blue) = 95+220+253=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 220 (86.33% from 255 or 38.73% 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 #5FDCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDCFD is #A02302. Grayscale: #BABABA. Windows color (decimal): -10494723 or 16637023. OLE color: 16637023.
HSL color Cylindrical-coordinate representation of color #5FDCFD: hue angle of 192.53º degrees, saturation: 0.98, 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 #5FDCFD is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 220 | 253 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.01 |
| HSL | 192.53º | 0.98% | 0.68% | - |
| HSV(B) | 192.53º | 0.62% | 0.99% | - |
| XYZ | 48.04 | 60.71 | 102.11 | - |
| YUV | 186.39 | 165.59 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 253 | 0.62 | 0.13 | 0 | 0.01 | 192.53 | 0.98 | 0.68 |
| Hex | 5F | DC | FD | 3E | D | 0 | 1 | C1 | 62 | 44 |
| Octal | 137 | 334 | 375 | 76 | 15 | 0 | 1 | 301 | 142 | 104 |
| Binary | 1011111 | 11011100 | 11111101 | 111110 | 1101 | 0 | 1 | 11000001 | 1100010 | 1000100 |
Color Harmonies of #5FDCFD
Complementary color
Monochromatic Colors of #5FDCFD
Black with #5FDCFD
Text Example
Text Example
White with #5FDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCFD; }
p { color: rgb(95,220,253); }
H1.HeaderClassName
{
color: #5FDCFD;
}
.AnyTagClassName
{
color: #5FDCFD;
}
</style>
background-color css
<style>
a { background-color: #5FDCFD; }
a { background-color: rgb(95,220,253); }
div.DivClassName
{
background-color: #5FDCFD;
}
.BgClassName
{
background-color: #5FDCFD;
}
</style>
border-color css
<style>
span { border-color: #5FDCFD; }
span { border-color: rgb(95,220,253); }
td.TdClassName
{
border-color: #5FDCFD;
}
.TagClassName
{
border-color: #5FDCFD;
}
</style>