Shades of Turquoise Blue #6FDAF2
Tints of Turquoise Blue #6FDAF2
RGB
CMYK
RGB Variations
Color information
#6FDAF2 (or 0x6FDAF2) is known color: Turquoise Blue. HEX triplet: 6F, DA and F2. RGB value is (111,218,242). Sum of RGB (Red+Green+Blue) = 111+218+242=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FDAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDAF2 is #90250D. Grayscale: #BCBCBC. Windows color (decimal): -9446670 or 15915631. OLE color: 15915631.
HSL color Cylindrical-coordinate representation of color #6FDAF2: hue angle of 190.99º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FDAF2 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 218 | 242 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.05 |
| HSL | 190.99º | 0.83% | 0.69% | - |
| HSV(B) | 190.99º | 0.54% | 0.95% | - |
| XYZ | 47.65 | 59.93 | 93.06 | - |
| YUV | 188.74 | 158.05 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 242 | 0.54 | 0.10 | 0 | 0.05 | 190.99 | 0.83 | 0.69 |
| Hex | 6F | DA | F2 | 36 | A | 0 | 5 | BF | 53 | 45 |
| Octal | 157 | 332 | 362 | 66 | 12 | 0 | 5 | 277 | 123 | 105 |
| Binary | 1101111 | 11011010 | 11110010 | 110110 | 1010 | 0 | 101 | 10111111 | 1010011 | 1000101 |
Color Harmonies of #6FDAF2
Complementary color
Monochromatic Colors of #6FDAF2
Black with #6FDAF2
Text Example
Text Example
White with #6FDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDAF2; }
p { color: rgb(111,218,242); }
H1.HeaderClassName
{
color: #6FDAF2;
}
.AnyTagClassName
{
color: #6FDAF2;
}
</style>
background-color css
<style>
a { background-color: #6FDAF2; }
a { background-color: rgb(111,218,242); }
div.DivClassName
{
background-color: #6FDAF2;
}
.BgClassName
{
background-color: #6FDAF2;
}
</style>
border-color css
<style>
span { border-color: #6FDAF2; }
span { border-color: rgb(111,218,242); }
td.TdClassName
{
border-color: #6FDAF2;
}
.TagClassName
{
border-color: #6FDAF2;
}
</style>