Shades of Turquoise Blue #6DEAF4
Tints of Turquoise Blue #6DEAF4
RGB
CMYK
RGB Variations
Color information
#6DEAF4 (or 0x6DEAF4) is known color: Turquoise Blue. HEX triplet: 6D, EA and F4. RGB value is (109,234,244). Sum of RGB (Red+Green+Blue) = 109+234+244=587 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.57% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #6DEAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAF4 is #92150B. Grayscale: #C5C5C5. Windows color (decimal): -9573644 or 16050797. OLE color: 16050797.
HSL color Cylindrical-coordinate representation of color #6DEAF4: hue angle of 184.44º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DEAF4 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 234 | 244 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.04 |
| HSL | 184.44º | 0.86% | 0.69% | - |
| HSV(B) | 184.44º | 0.55% | 0.96% | - |
| XYZ | 52.06 | 68.63 | 96.09 | - |
| YUV | 197.77 | 154.09 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 244 | 0.55 | 0.04 | 0 | 0.04 | 184.44 | 0.86 | 0.69 |
| Hex | 6D | EA | F4 | 37 | 4 | 0 | 4 | B8 | 56 | 45 |
| Octal | 155 | 352 | 364 | 67 | 4 | 0 | 4 | 270 | 126 | 105 |
| Binary | 1101101 | 11101010 | 11110100 | 110111 | 100 | 0 | 100 | 10111000 | 1010110 | 1000101 |
Color Harmonies of #6DEAF4
Complementary color
Monochromatic Colors of #6DEAF4
Black with #6DEAF4
Text Example
Text Example
White with #6DEAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEAF4; }
p { color: rgb(109,234,244); }
H1.HeaderClassName
{
color: #6DEAF4;
}
.AnyTagClassName
{
color: #6DEAF4;
}
</style>
background-color css
<style>
a { background-color: #6DEAF4; }
a { background-color: rgb(109,234,244); }
div.DivClassName
{
background-color: #6DEAF4;
}
.BgClassName
{
background-color: #6DEAF4;
}
</style>
border-color css
<style>
span { border-color: #6DEAF4; }
span { border-color: rgb(109,234,244); }
td.TdClassName
{
border-color: #6DEAF4;
}
.TagClassName
{
border-color: #6DEAF4;
}
</style>