Shades of Turquoise Blue #5FDEF3
Tints of Turquoise Blue #5FDEF3
RGB
CMYK
RGB Variations
Color information
#5FDEF3 (or 0x5FDEF3) is known color: Turquoise Blue. HEX triplet: 5F, DE and F3. RGB value is (95,222,243). Sum of RGB (Red+Green+Blue) = 95+222+243=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #5FDEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEF3 is #A0210C. Grayscale: #BABABA. Windows color (decimal): -10494221 or 15982175. OLE color: 15982175.
HSL color Cylindrical-coordinate representation of color #5FDEF3: hue angle of 188.51º 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 #5FDEF3 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 222 | 243 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.05 |
| HSL | 188.51º | 0.86% | 0.66% | - |
| HSV(B) | 188.51º | 0.61% | 0.95% | - |
| XYZ | 47.02 | 61.15 | 94.12 | - |
| YUV | 186.42 | 159.92 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 243 | 0.61 | 0.09 | 0 | 0.05 | 188.51 | 0.86 | 0.66 |
| Hex | 5F | DE | F3 | 3D | 9 | 0 | 5 | BD | 56 | 42 |
| Octal | 137 | 336 | 363 | 75 | 11 | 0 | 5 | 275 | 126 | 102 |
| Binary | 1011111 | 11011110 | 11110011 | 111101 | 1001 | 0 | 101 | 10111101 | 1010110 | 1000010 |
Color Harmonies of #5FDEF3
Complementary color
Monochromatic Colors of #5FDEF3
Black with #5FDEF3
Text Example
Text Example
White with #5FDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEF3; }
p { color: rgb(95,222,243); }
H1.HeaderClassName
{
color: #5FDEF3;
}
.AnyTagClassName
{
color: #5FDEF3;
}
</style>
background-color css
<style>
a { background-color: #5FDEF3; }
a { background-color: rgb(95,222,243); }
div.DivClassName
{
background-color: #5FDEF3;
}
.BgClassName
{
background-color: #5FDEF3;
}
</style>
border-color css
<style>
span { border-color: #5FDEF3; }
span { border-color: rgb(95,222,243); }
td.TdClassName
{
border-color: #5FDEF3;
}
.TagClassName
{
border-color: #5FDEF3;
}
</style>