Shades of Turquoise Blue #5FD4F3
Tints of Turquoise Blue #5FD4F3
RGB
CMYK
RGB Variations
Color information
#5FD4F3 (or 0x5FD4F3) is known color: Turquoise Blue. HEX triplet: 5F, D4 and F3. RGB value is (95,212,243). Sum of RGB (Red+Green+Blue) = 95+212+243=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #5FD4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD4F3 is #A02B0C. Grayscale: #B4B4B4. Windows color (decimal): -10496781 or 15979615. OLE color: 15979615.
HSL color Cylindrical-coordinate representation of color #5FD4F3: hue angle of 192.57º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FD4F3 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 95 | 212 | 243 | - |
CMYK | 0.61 | 0.13 | 0 | 0.05 |
HSL | 192.57º | 0.86% | 0.66% | - |
HSV(B) | 192.57º | 0.61% | 0.95% | - |
XYZ | 44.44 | 55.99 | 93.26 | - |
YUV | 180.55 | 163.24 | 66.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 95 | 212 | 243 | 0.61 | 0.13 | 0 | 0.05 | 192.57 | 0.86 | 0.66 |
Hex | 5F | D4 | F3 | 3D | D | 0 | 5 | C1 | 56 | 42 |
Octal | 137 | 324 | 363 | 75 | 15 | 0 | 5 | 301 | 126 | 102 |
Binary | 1011111 | 11010100 | 11110011 | 111101 | 1101 | 0 | 101 | 11000001 | 1010110 | 1000010 |
Color Harmonies of #5FD4F3
Complementary color
Monochromatic Colors of #5FD4F3
Black with #5FD4F3
Text Example
Text Example
White with #5FD4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD4F3; }
p { color: rgb(95,212,243); }
H1.HeaderClassName
{
color: #5FD4F3;
}
.AnyTagClassName
{
color: #5FD4F3;
}
</style>
background-color css
<style>
a { background-color: #5FD4F3; }
a { background-color: rgb(95,212,243); }
div.DivClassName
{
background-color: #5FD4F3;
}
.BgClassName
{
background-color: #5FD4F3;
}
</style>
border-color css
<style>
span { border-color: #5FD4F3; }
span { border-color: rgb(95,212,243); }
td.TdClassName
{
border-color: #5FD4F3;
}
.TagClassName
{
border-color: #5FD4F3;
}
</style>