Shades of Turquoise Blue #61E0FE
Tints of Turquoise Blue #61E0FE
RGB
CMYK
RGB Variations
Color information
#61E0FE (or 0x61E0FE) is known color: Turquoise Blue. HEX triplet: 61, E0 and FE. RGB value is (97,224,254). Sum of RGB (Red+Green+Blue) = 97+224+254=575 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.87% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #61E0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E0FE is #9E1F01. Grayscale: #BDBDBD. Windows color (decimal): -10362626 or 16703585. OLE color: 16703585.
HSL color Cylindrical-coordinate representation of color #61E0FE: hue angle of 191.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61E0FE is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 224 | 254 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.00 |
| HSL | 191.47º | 0.99% | 0.69% | - |
| HSV(B) | 191.47º | 0.62% | 1% | - |
| XYZ | 49.47 | 63.01 | 103.32 | - |
| YUV | 189.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 224 | 254 | 0.62 | 0.12 | 0 | 0.00 | 191.47 | 0.99 | 0.69 |
| Hex | 61 | E0 | FE | 3E | C | 0 | 0 | BF | 63 | 45 |
| Octal | 141 | 340 | 376 | 76 | 14 | 0 | 0 | 277 | 143 | 105 |
| Binary | 1100001 | 11100000 | 11111110 | 111110 | 1100 | 0 | 0 | 10111111 | 1100011 | 1000101 |
Color Harmonies of #61E0FE
Complementary color
Monochromatic Colors of #61E0FE
Black with #61E0FE
Text Example
Text Example
White with #61E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E0FE; }
p { color: rgb(97,224,254); }
H1.HeaderClassName
{
color: #61E0FE;
}
.AnyTagClassName
{
color: #61E0FE;
}
</style>
background-color css
<style>
a { background-color: #61E0FE; }
a { background-color: rgb(97,224,254); }
div.DivClassName
{
background-color: #61E0FE;
}
.BgClassName
{
background-color: #61E0FE;
}
</style>
border-color css
<style>
span { border-color: #61E0FE; }
span { border-color: rgb(97,224,254); }
td.TdClassName
{
border-color: #61E0FE;
}
.TagClassName
{
border-color: #61E0FE;
}
</style>