Shades of Turquoise Blue #69CFDB
Tints of Turquoise Blue #69CFDB
RGB
CMYK
RGB Variations
Color information
#69CFDB (or 0x69CFDB) is known color: Turquoise Blue. HEX triplet: 69, CF and DB. RGB value is (105,207,219). Sum of RGB (Red+Green+Blue) = 105+207+219=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #69CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFDB is #963024. Grayscale: #B1B1B1. Windows color (decimal): -9842725 or 14405481. OLE color: 14405481.
HSL color Cylindrical-coordinate representation of color #69CFDB: hue angle of 186.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CFDB is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 207 | 219 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.14 |
| HSL | 186.32º | 0.61% | 0.64% | - |
| HSV(B) | 186.32º | 0.52% | 0.86% | - |
| XYZ | 40.92 | 52.74 | 75.04 | - |
| YUV | 177.87 | 151.21 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 219 | 0.52 | 0.05 | 0 | 0.14 | 186.32 | 0.61 | 0.64 |
| Hex | 69 | CF | DB | 34 | 5 | 0 | E | BA | 3D | 40 |
| Octal | 151 | 317 | 333 | 64 | 5 | 0 | 16 | 272 | 75 | 100 |
| Binary | 1101001 | 11001111 | 11011011 | 110100 | 101 | 0 | 1110 | 10111010 | 111101 | 1000000 |
Color Harmonies of #69CFDB
Complementary color
Monochromatic Colors of #69CFDB
Black with #69CFDB
Text Example
Text Example
White with #69CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFDB; }
p { color: rgb(105,207,219); }
H1.HeaderClassName
{
color: #69CFDB;
}
.AnyTagClassName
{
color: #69CFDB;
}
</style>
background-color css
<style>
a { background-color: #69CFDB; }
a { background-color: rgb(105,207,219); }
div.DivClassName
{
background-color: #69CFDB;
}
.BgClassName
{
background-color: #69CFDB;
}
</style>
border-color css
<style>
span { border-color: #69CFDB; }
span { border-color: rgb(105,207,219); }
td.TdClassName
{
border-color: #69CFDB;
}
.TagClassName
{
border-color: #69CFDB;
}
</style>