Shades of Turquoise Blue #6DEEE3
Tints of Turquoise Blue #6DEEE3
RGB
CMYK
RGB Variations
Color information
#6DEEE3 (or 0x6DEEE3) is known color: Turquoise Blue. HEX triplet: 6D, EE and E3. RGB value is (109,238,227). Sum of RGB (Red+Green+Blue) = 109+238+227=574 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.99% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEE3 is #92111C. Grayscale: #C6C6C6. Windows color (decimal): -9572637 or 14937709. OLE color: 14937709.
HSL color Cylindrical-coordinate representation of color #6DEEE3: hue angle of 174.88º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEEE3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 238 | 227 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.07 |
| HSL | 174.88º | 0.79% | 0.68% | - |
| HSV(B) | 174.88º | 0.54% | 0.93% | - |
| XYZ | 50.75 | 69.95 | 83.5 | - |
| YUV | 198.18 | 144.26 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 227 | 0.54 | 0 | 0.05 | 0.07 | 174.88 | 0.79 | 0.68 |
| Hex | 6D | EE | E3 | 36 | 0 | 5 | 7 | AF | 4F | 44 |
| Octal | 155 | 356 | 343 | 66 | 0 | 5 | 7 | 257 | 117 | 104 |
| Binary | 1101101 | 11101110 | 11100011 | 110110 | 0 | 101 | 111 | 10101111 | 1001111 | 1000100 |
Color Harmonies of #6DEEE3
Complementary color
Monochromatic Colors of #6DEEE3
Black with #6DEEE3
Text Example
Text Example
White with #6DEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEE3; }
p { color: rgb(109,238,227); }
H1.HeaderClassName
{
color: #6DEEE3;
}
.AnyTagClassName
{
color: #6DEEE3;
}
</style>
background-color css
<style>
a { background-color: #6DEEE3; }
a { background-color: rgb(109,238,227); }
div.DivClassName
{
background-color: #6DEEE3;
}
.BgClassName
{
background-color: #6DEEE3;
}
</style>
border-color css
<style>
span { border-color: #6DEEE3; }
span { border-color: rgb(109,238,227); }
td.TdClassName
{
border-color: #6DEEE3;
}
.TagClassName
{
border-color: #6DEEE3;
}
</style>