Shades of Turquoise Blue #5DCDF2
Tints of Turquoise Blue #5DCDF2
RGB
CMYK
RGB Variations
Color information
#5DCDF2 (or 0x5DCDF2) is known color: Turquoise Blue. HEX triplet: 5D, CD and F2. RGB value is (93,205,242). Sum of RGB (Red+Green+Blue) = 93+205+242=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DCDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDF2 is #A2320D. Grayscale: #AFAFAF. Windows color (decimal): -10629646 or 15912285. OLE color: 15912285.
HSL color Cylindrical-coordinate representation of color #5DCDF2: hue angle of 194.9º 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 #5DCDF2 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 205 | 242 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.05 |
| HSL | 194.9º | 0.85% | 0.66% | - |
| HSV(B) | 194.9º | 0.62% | 0.95% | - |
| XYZ | 42.37 | 52.4 | 91.89 | - |
| YUV | 175.73 | 165.39 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 242 | 0.62 | 0.15 | 0 | 0.05 | 194.9 | 0.85 | 0.66 |
| Hex | 5D | CD | F2 | 3E | F | 0 | 5 | C3 | 55 | 42 |
| Octal | 135 | 315 | 362 | 76 | 17 | 0 | 5 | 303 | 125 | 102 |
| Binary | 1011101 | 11001101 | 11110010 | 111110 | 1111 | 0 | 101 | 11000011 | 1010101 | 1000010 |
Color Harmonies of #5DCDF2
Complementary color
Monochromatic Colors of #5DCDF2
Black with #5DCDF2
Text Example
Text Example
White with #5DCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDF2; }
p { color: rgb(93,205,242); }
H1.HeaderClassName
{
color: #5DCDF2;
}
.AnyTagClassName
{
color: #5DCDF2;
}
</style>
background-color css
<style>
a { background-color: #5DCDF2; }
a { background-color: rgb(93,205,242); }
div.DivClassName
{
background-color: #5DCDF2;
}
.BgClassName
{
background-color: #5DCDF2;
}
</style>
border-color css
<style>
span { border-color: #5DCDF2; }
span { border-color: rgb(93,205,242); }
td.TdClassName
{
border-color: #5DCDF2;
}
.TagClassName
{
border-color: #5DCDF2;
}
</style>