Shades of Turquoise Blue #61CBE3
Tints of Turquoise Blue #61CBE3
RGB
CMYK
RGB Variations
Color information
#61CBE3 (or 0x61CBE3) is known color: Turquoise Blue. HEX triplet: 61, CB and E3. RGB value is (97,203,227). Sum of RGB (Red+Green+Blue) = 97+203+227=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #61CBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBE3 is #9E341C. Grayscale: #ADADAD. Windows color (decimal): -10368029 or 14928737. OLE color: 14928737.
HSL color Cylindrical-coordinate representation of color #61CBE3: hue angle of 191.08º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61CBE3 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 203 | 227 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.11 |
| HSL | 191.08º | 0.7% | 0.64% | - |
| HSV(B) | 191.08º | 0.57% | 0.89% | - |
| XYZ | 40.15 | 50.8 | 80.36 | - |
| YUV | 174.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 227 | 0.57 | 0.11 | 0 | 0.11 | 191.08 | 0.7 | 0.64 |
| Hex | 61 | CB | E3 | 39 | B | 0 | B | BF | 46 | 40 |
| Octal | 141 | 313 | 343 | 71 | 13 | 0 | 13 | 277 | 106 | 100 |
| Binary | 1100001 | 11001011 | 11100011 | 111001 | 1011 | 0 | 1011 | 10111111 | 1000110 | 1000000 |
Color Harmonies of #61CBE3
Complementary color
Monochromatic Colors of #61CBE3
Black with #61CBE3
Text Example
Text Example
White with #61CBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CBE3; }
p { color: rgb(97,203,227); }
H1.HeaderClassName
{
color: #61CBE3;
}
.AnyTagClassName
{
color: #61CBE3;
}
</style>
background-color css
<style>
a { background-color: #61CBE3; }
a { background-color: rgb(97,203,227); }
div.DivClassName
{
background-color: #61CBE3;
}
.BgClassName
{
background-color: #61CBE3;
}
</style>
border-color css
<style>
span { border-color: #61CBE3; }
span { border-color: rgb(97,203,227); }
td.TdClassName
{
border-color: #61CBE3;
}
.TagClassName
{
border-color: #61CBE3;
}
</style>