Shades of Turquoise Blue #61EDF2
Tints of Turquoise Blue #61EDF2
RGB
CMYK
RGB Variations
Color information
#61EDF2 (or 0x61EDF2) is known color: Turquoise Blue. HEX triplet: 61, ED and F2. RGB value is (97,237,242). Sum of RGB (Red+Green+Blue) = 97+237+242=576 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.84% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #61EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDF2 is #9E120D. Grayscale: #C3C3C3. Windows color (decimal): -10359310 or 15920481. OLE color: 15920481.
HSL color Cylindrical-coordinate representation of color #61EDF2: hue angle of 182.07º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61EDF2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 237 | 242 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.05 |
| HSL | 182.07º | 0.85% | 0.66% | - |
| HSV(B) | 182.07º | 0.6% | 0.95% | - |
| XYZ | 51.24 | 69.52 | 94.72 | - |
| YUV | 195.71 | 154.12 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 242 | 0.60 | 0.02 | 0 | 0.05 | 182.07 | 0.85 | 0.66 |
| Hex | 61 | ED | F2 | 3C | 2 | 0 | 5 | B6 | 55 | 42 |
| Octal | 141 | 355 | 362 | 74 | 2 | 0 | 5 | 266 | 125 | 102 |
| Binary | 1100001 | 11101101 | 11110010 | 111100 | 10 | 0 | 101 | 10110110 | 1010101 | 1000010 |
Color Harmonies of #61EDF2
Complementary color
Monochromatic Colors of #61EDF2
Black with #61EDF2
Text Example
Text Example
White with #61EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EDF2; }
p { color: rgb(97,237,242); }
H1.HeaderClassName
{
color: #61EDF2;
}
.AnyTagClassName
{
color: #61EDF2;
}
</style>
background-color css
<style>
a { background-color: #61EDF2; }
a { background-color: rgb(97,237,242); }
div.DivClassName
{
background-color: #61EDF2;
}
.BgClassName
{
background-color: #61EDF2;
}
</style>
border-color css
<style>
span { border-color: #61EDF2; }
span { border-color: rgb(97,237,242); }
td.TdClassName
{
border-color: #61EDF2;
}
.TagClassName
{
border-color: #61EDF2;
}
</style>