Shades of Turquoise Blue #6FCDE9
Tints of Turquoise Blue #6FCDE9
RGB
CMYK
RGB Variations
Color information
#6FCDE9 (or 0x6FCDE9) is known color: Turquoise Blue. HEX triplet: 6F, CD and E9. RGB value is (111,205,233). Sum of RGB (Red+Green+Blue) = 111+205+233=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FCDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDE9 is #903216. Grayscale: #B3B3B3. Windows color (decimal): -9450007 or 15322479. OLE color: 15322479.
HSL color Cylindrical-coordinate representation of color #6FCDE9: hue angle of 193.77º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCDE9 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 205 | 233 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.09 |
| HSL | 193.77º | 0.73% | 0.67% | - |
| HSV(B) | 193.77º | 0.52% | 0.91% | - |
| XYZ | 43.09 | 52.93 | 85.04 | - |
| YUV | 180.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 233 | 0.52 | 0.12 | 0 | 0.09 | 193.77 | 0.73 | 0.67 |
| Hex | 6F | CD | E9 | 34 | C | 0 | 9 | C2 | 49 | 43 |
| Octal | 157 | 315 | 351 | 64 | 14 | 0 | 11 | 302 | 111 | 103 |
| Binary | 1101111 | 11001101 | 11101001 | 110100 | 1100 | 0 | 1001 | 11000010 | 1001001 | 1000011 |
Color Harmonies of #6FCDE9
Complementary color
Monochromatic Colors of #6FCDE9
Black with #6FCDE9
Text Example
Text Example
White with #6FCDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDE9; }
p { color: rgb(111,205,233); }
H1.HeaderClassName
{
color: #6FCDE9;
}
.AnyTagClassName
{
color: #6FCDE9;
}
</style>
background-color css
<style>
a { background-color: #6FCDE9; }
a { background-color: rgb(111,205,233); }
div.DivClassName
{
background-color: #6FCDE9;
}
.BgClassName
{
background-color: #6FCDE9;
}
</style>
border-color css
<style>
span { border-color: #6FCDE9; }
span { border-color: rgb(111,205,233); }
td.TdClassName
{
border-color: #6FCDE9;
}
.TagClassName
{
border-color: #6FCDE9;
}
</style>