Shades of Turquoise Blue #6ACFF2
Tints of Turquoise Blue #6ACFF2
RGB
CMYK
RGB Variations
Color information
#6ACFF2 (or 0x6ACFF2) is known color: Turquoise Blue. HEX triplet: 6A, CF and F2. RGB value is (106,207,242). Sum of RGB (Red+Green+Blue) = 106+207+242=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #6ACFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACFF2 is #95300D. Grayscale: #B4B4B4. Windows color (decimal): -9777166 or 15912810. OLE color: 15912810.
HSL color Cylindrical-coordinate representation of color #6ACFF2: hue angle of 195.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ACFF2 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 207 | 242 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.05 |
| HSL | 195.44º | 0.84% | 0.68% | - |
| HSV(B) | 195.44º | 0.56% | 0.95% | - |
| XYZ | 44.28 | 54.1 | 92.11 | - |
| YUV | 180.79 | 162.54 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 242 | 0.56 | 0.14 | 0 | 0.05 | 195.44 | 0.84 | 0.68 |
| Hex | 6A | CF | F2 | 38 | E | 0 | 5 | C3 | 54 | 44 |
| Octal | 152 | 317 | 362 | 70 | 16 | 0 | 5 | 303 | 124 | 104 |
| Binary | 1101010 | 11001111 | 11110010 | 111000 | 1110 | 0 | 101 | 11000011 | 1010100 | 1000100 |
Color Harmonies of #6ACFF2
Complementary color
Monochromatic Colors of #6ACFF2
Black with #6ACFF2
Text Example
Text Example
White with #6ACFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACFF2; }
p { color: rgb(106,207,242); }
H1.HeaderClassName
{
color: #6ACFF2;
}
.AnyTagClassName
{
color: #6ACFF2;
}
</style>
background-color css
<style>
a { background-color: #6ACFF2; }
a { background-color: rgb(106,207,242); }
div.DivClassName
{
background-color: #6ACFF2;
}
.BgClassName
{
background-color: #6ACFF2;
}
</style>
border-color css
<style>
span { border-color: #6ACFF2; }
span { border-color: rgb(106,207,242); }
td.TdClassName
{
border-color: #6ACFF2;
}
.TagClassName
{
border-color: #6ACFF2;
}
</style>