Shades of Turquoise Blue #6DEAF3
Tints of Turquoise Blue #6DEAF3
RGB
CMYK
RGB Variations
Color information
#6DEAF3 (or 0x6DEAF3) is known color: Turquoise Blue. HEX triplet: 6D, EA and F3. RGB value is (109,234,243). Sum of RGB (Red+Green+Blue) = 109+234+243=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #6DEAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAF3 is #92150C. Grayscale: #C5C5C5. Windows color (decimal): -9573645 or 15985261. OLE color: 15985261.
HSL color Cylindrical-coordinate representation of color #6DEAF3: hue angle of 184.03º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DEAF3 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 234 | 243 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.05 |
| HSL | 184.03º | 0.85% | 0.69% | - |
| HSV(B) | 184.03º | 0.55% | 0.95% | - |
| XYZ | 51.91 | 68.57 | 95.29 | - |
| YUV | 197.65 | 153.59 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 243 | 0.55 | 0.04 | 0 | 0.05 | 184.03 | 0.85 | 0.69 |
| Hex | 6D | EA | F3 | 37 | 4 | 0 | 5 | B8 | 55 | 45 |
| Octal | 155 | 352 | 363 | 67 | 4 | 0 | 5 | 270 | 125 | 105 |
| Binary | 1101101 | 11101010 | 11110011 | 110111 | 100 | 0 | 101 | 10111000 | 1010101 | 1000101 |
Color Harmonies of #6DEAF3
Complementary color
Monochromatic Colors of #6DEAF3
Black with #6DEAF3
Text Example
Text Example
White with #6DEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEAF3; }
p { color: rgb(109,234,243); }
H1.HeaderClassName
{
color: #6DEAF3;
}
.AnyTagClassName
{
color: #6DEAF3;
}
</style>
background-color css
<style>
a { background-color: #6DEAF3; }
a { background-color: rgb(109,234,243); }
div.DivClassName
{
background-color: #6DEAF3;
}
.BgClassName
{
background-color: #6DEAF3;
}
</style>
border-color css
<style>
span { border-color: #6DEAF3; }
span { border-color: rgb(109,234,243); }
td.TdClassName
{
border-color: #6DEAF3;
}
.TagClassName
{
border-color: #6DEAF3;
}
</style>