Shades of Turquoise Blue #6AEFE5
Tints of Turquoise Blue #6AEFE5
RGB
CMYK
RGB Variations
Color information
#6AEFE5 (or 0x6AEFE5) is known color: Turquoise Blue. HEX triplet: 6A, EF and E5. RGB value is (106,239,229). Sum of RGB (Red+Green+Blue) = 106+239+229=574 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.47% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFE5 is #95101A. Grayscale: #C6C6C6. Windows color (decimal): -9768987 or 15069034. OLE color: 15069034.
HSL color Cylindrical-coordinate representation of color #6AEFE5: hue angle of 175.49º 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 #6AEFE5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 239 | 229 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.06 |
| HSL | 175.49º | 0.81% | 0.68% | - |
| HSV(B) | 175.49º | 0.56% | 0.94% | - |
| XYZ | 50.95 | 70.45 | 85.04 | - |
| YUV | 198.09 | 145.44 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 229 | 0.56 | 0 | 0.04 | 0.06 | 175.49 | 0.81 | 0.68 |
| Hex | 6A | EF | E5 | 38 | 0 | 4 | 6 | AF | 51 | 44 |
| Octal | 152 | 357 | 345 | 70 | 0 | 4 | 6 | 257 | 121 | 104 |
| Binary | 1101010 | 11101111 | 11100101 | 111000 | 0 | 100 | 110 | 10101111 | 1010001 | 1000100 |
Color Harmonies of #6AEFE5
Complementary color
Monochromatic Colors of #6AEFE5
Black with #6AEFE5
Text Example
Text Example
White with #6AEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEFE5; }
p { color: rgb(106,239,229); }
H1.HeaderClassName
{
color: #6AEFE5;
}
.AnyTagClassName
{
color: #6AEFE5;
}
</style>
background-color css
<style>
a { background-color: #6AEFE5; }
a { background-color: rgb(106,239,229); }
div.DivClassName
{
background-color: #6AEFE5;
}
.BgClassName
{
background-color: #6AEFE5;
}
</style>
border-color css
<style>
span { border-color: #6AEFE5; }
span { border-color: rgb(106,239,229); }
td.TdClassName
{
border-color: #6AEFE5;
}
.TagClassName
{
border-color: #6AEFE5;
}
</style>