Shades of Turquoise Blue #61E1FD
Tints of Turquoise Blue #61E1FD
RGB
CMYK
RGB Variations
Color information
#61E1FD (or 0x61E1FD) is known color: Turquoise Blue. HEX triplet: 61, E1 and FD. RGB value is (97,225,253). Sum of RGB (Red+Green+Blue) = 97+225+253=575 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.87% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #61E1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E1FD is #9E1E02. Grayscale: #BDBDBD. Windows color (decimal): -10362371 or 16638305. OLE color: 16638305.
HSL color Cylindrical-coordinate representation of color #61E1FD: hue angle of 190.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61E1FD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 225 | 253 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.01 |
| HSL | 190.77º | 0.98% | 0.69% | - |
| HSV(B) | 190.77º | 0.62% | 0.99% | - |
| XYZ | 49.58 | 63.48 | 102.57 | - |
| YUV | 189.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 253 | 0.62 | 0.11 | 0 | 0.01 | 190.77 | 0.98 | 0.69 |
| Hex | 61 | E1 | FD | 3E | B | 0 | 1 | BF | 62 | 45 |
| Octal | 141 | 341 | 375 | 76 | 13 | 0 | 1 | 277 | 142 | 105 |
| Binary | 1100001 | 11100001 | 11111101 | 111110 | 1011 | 0 | 1 | 10111111 | 1100010 | 1000101 |
Color Harmonies of #61E1FD
Complementary color
Monochromatic Colors of #61E1FD
Black with #61E1FD
Text Example
Text Example
White with #61E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E1FD; }
p { color: rgb(97,225,253); }
H1.HeaderClassName
{
color: #61E1FD;
}
.AnyTagClassName
{
color: #61E1FD;
}
</style>
background-color css
<style>
a { background-color: #61E1FD; }
a { background-color: rgb(97,225,253); }
div.DivClassName
{
background-color: #61E1FD;
}
.BgClassName
{
background-color: #61E1FD;
}
</style>
border-color css
<style>
span { border-color: #61E1FD; }
span { border-color: rgb(97,225,253); }
td.TdClassName
{
border-color: #61E1FD;
}
.TagClassName
{
border-color: #61E1FD;
}
</style>