Shades of Turquoise Blue #6AEFDF
Tints of Turquoise Blue #6AEFDF
RGB
CMYK
RGB Variations
Color information
#6AEFDF (or 0x6AEFDF) is known color: Turquoise Blue. HEX triplet: 6A, EF and DF. RGB value is (106,239,223). Sum of RGB (Red+Green+Blue) = 106+239+223=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFDF is #951020. Grayscale: #C5C5C5. Windows color (decimal): -9768993 or 14675818. OLE color: 14675818.
HSL color Cylindrical-coordinate representation of color #6AEFDF: hue angle of 172.78º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFDF is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 239 | 223 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.06 |
| HSL | 172.78º | 0.81% | 0.68% | - |
| HSV(B) | 172.78º | 0.56% | 0.94% | - |
| XYZ | 50.13 | 70.12 | 80.71 | - |
| YUV | 197.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 223 | 0.56 | 0 | 0.07 | 0.06 | 172.78 | 0.81 | 0.68 |
| Hex | 6A | EF | DF | 38 | 0 | 7 | 6 | AD | 51 | 44 |
| Octal | 152 | 357 | 337 | 70 | 0 | 7 | 6 | 255 | 121 | 104 |
| Binary | 1101010 | 11101111 | 11011111 | 111000 | 0 | 111 | 110 | 10101101 | 1010001 | 1000100 |
Color Harmonies of #6AEFDF
Complementary color
Monochromatic Colors of #6AEFDF
Black with #6AEFDF
Text Example
Text Example
White with #6AEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEFDF; }
p { color: rgb(106,239,223); }
H1.HeaderClassName
{
color: #6AEFDF;
}
.AnyTagClassName
{
color: #6AEFDF;
}
</style>
background-color css
<style>
a { background-color: #6AEFDF; }
a { background-color: rgb(106,239,223); }
div.DivClassName
{
background-color: #6AEFDF;
}
.BgClassName
{
background-color: #6AEFDF;
}
</style>
border-color css
<style>
span { border-color: #6AEFDF; }
span { border-color: rgb(106,239,223); }
td.TdClassName
{
border-color: #6AEFDF;
}
.TagClassName
{
border-color: #6AEFDF;
}
</style>