Shades of Turquoise Blue #6FD0E6
Tints of Turquoise Blue #6FD0E6
RGB
CMYK
RGB Variations
Color information
#6FD0E6 (or 0x6FD0E6) is known color: Turquoise Blue. HEX triplet: 6F, D0 and E6. RGB value is (111,208,230). Sum of RGB (Red+Green+Blue) = 111+208+230=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FD0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD0E6 is #902F19. Grayscale: #B5B5B5. Windows color (decimal): -9449242 or 15126639. OLE color: 15126639.
HSL color Cylindrical-coordinate representation of color #6FD0E6: hue angle of 191.09º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FD0E6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 208 | 230 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.10 |
| HSL | 191.09º | 0.7% | 0.67% | - |
| HSV(B) | 191.09º | 0.52% | 0.9% | - |
| XYZ | 43.39 | 54.2 | 83.04 | - |
| YUV | 181.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 230 | 0.52 | 0.10 | 0 | 0.10 | 191.09 | 0.7 | 0.67 |
| Hex | 6F | D0 | E6 | 34 | A | 0 | A | BF | 46 | 43 |
| Octal | 157 | 320 | 346 | 64 | 12 | 0 | 12 | 277 | 106 | 103 |
| Binary | 1101111 | 11010000 | 11100110 | 110100 | 1010 | 0 | 1010 | 10111111 | 1000110 | 1000011 |
Color Harmonies of #6FD0E6
Complementary color
Monochromatic Colors of #6FD0E6
Black with #6FD0E6
Text Example
Text Example
White with #6FD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD0E6; }
p { color: rgb(111,208,230); }
H1.HeaderClassName
{
color: #6FD0E6;
}
.AnyTagClassName
{
color: #6FD0E6;
}
</style>
background-color css
<style>
a { background-color: #6FD0E6; }
a { background-color: rgb(111,208,230); }
div.DivClassName
{
background-color: #6FD0E6;
}
.BgClassName
{
background-color: #6FD0E6;
}
</style>
border-color css
<style>
span { border-color: #6FD0E6; }
span { border-color: rgb(111,208,230); }
td.TdClassName
{
border-color: #6FD0E6;
}
.TagClassName
{
border-color: #6FD0E6;
}
</style>