Shades of Turquoise Blue #5DCFF2
Tints of Turquoise Blue #5DCFF2
RGB
CMYK
RGB Variations
Color information
#5DCFF2 (or 0x5DCFF2) is known color: Turquoise Blue. HEX triplet: 5D, CF and F2. RGB value is (93,207,242). Sum of RGB (Red+Green+Blue) = 93+207+242=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DCFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCFF2 is #A2300D. Grayscale: #B0B0B0. Windows color (decimal): -10629134 or 15912797. OLE color: 15912797.
HSL color Cylindrical-coordinate representation of color #5DCFF2: hue angle of 194.09º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DCFF2 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 207 | 242 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.05 |
| HSL | 194.09º | 0.85% | 0.66% | - |
| HSV(B) | 194.09º | 0.62% | 0.95% | - |
| XYZ | 42.85 | 53.36 | 92.05 | - |
| YUV | 176.9 | 164.73 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 242 | 0.62 | 0.14 | 0 | 0.05 | 194.09 | 0.85 | 0.66 |
| Hex | 5D | CF | F2 | 3E | E | 0 | 5 | C2 | 55 | 42 |
| Octal | 135 | 317 | 362 | 76 | 16 | 0 | 5 | 302 | 125 | 102 |
| Binary | 1011101 | 11001111 | 11110010 | 111110 | 1110 | 0 | 101 | 11000010 | 1010101 | 1000010 |
Color Harmonies of #5DCFF2
Complementary color
Monochromatic Colors of #5DCFF2
Black with #5DCFF2
Text Example
Text Example
White with #5DCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFF2; }
p { color: rgb(93,207,242); }
H1.HeaderClassName
{
color: #5DCFF2;
}
.AnyTagClassName
{
color: #5DCFF2;
}
</style>
background-color css
<style>
a { background-color: #5DCFF2; }
a { background-color: rgb(93,207,242); }
div.DivClassName
{
background-color: #5DCFF2;
}
.BgClassName
{
background-color: #5DCFF2;
}
</style>
border-color css
<style>
span { border-color: #5DCFF2; }
span { border-color: rgb(93,207,242); }
td.TdClassName
{
border-color: #5DCFF2;
}
.TagClassName
{
border-color: #5DCFF2;
}
</style>