Shades of Turquoise Blue #6FDFFD
Tints of Turquoise Blue #6FDFFD
RGB
CMYK
RGB Variations
Color information
#6FDFFD (or 0x6FDFFD) is known color: Turquoise Blue. HEX triplet: 6F, DF and FD. RGB value is (111,223,253). Sum of RGB (Red+Green+Blue) = 111+223+253=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFFD is #902002. Grayscale: #C0C0C0. Windows color (decimal): -9445379 or 16637807. OLE color: 16637807.
HSL color Cylindrical-coordinate representation of color #6FDFFD: hue angle of 192.68º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDFFD is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 223 | 253 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.01 |
| HSL | 192.68º | 0.97% | 0.71% | - |
| HSV(B) | 192.68º | 0.56% | 0.99% | - |
| XYZ | 50.67 | 63.25 | 102.47 | - |
| YUV | 192.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 253 | 0.56 | 0.12 | 0 | 0.01 | 192.68 | 0.97 | 0.71 |
| Hex | 6F | DF | FD | 38 | C | 0 | 1 | C1 | 61 | 47 |
| Octal | 157 | 337 | 375 | 70 | 14 | 0 | 1 | 301 | 141 | 107 |
| Binary | 1101111 | 11011111 | 11111101 | 111000 | 1100 | 0 | 1 | 11000001 | 1100001 | 1000111 |
Color Harmonies of #6FDFFD
Complementary color
Monochromatic Colors of #6FDFFD
Black with #6FDFFD
Text Example
Text Example
White with #6FDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFFD; }
p { color: rgb(111,223,253); }
H1.HeaderClassName
{
color: #6FDFFD;
}
.AnyTagClassName
{
color: #6FDFFD;
}
</style>
background-color css
<style>
a { background-color: #6FDFFD; }
a { background-color: rgb(111,223,253); }
div.DivClassName
{
background-color: #6FDFFD;
}
.BgClassName
{
background-color: #6FDFFD;
}
</style>
border-color css
<style>
span { border-color: #6FDFFD; }
span { border-color: rgb(111,223,253); }
td.TdClassName
{
border-color: #6FDFFD;
}
.TagClassName
{
border-color: #6FDFFD;
}
</style>