Shades of Turquoise Blue #69CFE6
Tints of Turquoise Blue #69CFE6
RGB
CMYK
RGB Variations
Color information
#69CFE6 (or 0x69CFE6) is known color: Turquoise Blue. HEX triplet: 69, CF and E6. RGB value is (105,207,230). Sum of RGB (Red+Green+Blue) = 105+207+230=542 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.37% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #69CFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFE6 is #963019. Grayscale: #B2B2B2. Windows color (decimal): -9842714 or 15126377. OLE color: 15126377.
HSL color Cylindrical-coordinate representation of color #69CFE6: hue angle of 191.04º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69CFE6 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 207 | 230 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.10 |
| HSL | 191.04º | 0.71% | 0.66% | - |
| HSV(B) | 191.04º | 0.54% | 0.9% | - |
| XYZ | 42.42 | 53.34 | 82.92 | - |
| YUV | 179.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 230 | 0.54 | 0.10 | 0 | 0.10 | 191.04 | 0.71 | 0.66 |
| Hex | 69 | CF | E6 | 36 | A | 0 | A | BF | 47 | 42 |
| Octal | 151 | 317 | 346 | 66 | 12 | 0 | 12 | 277 | 107 | 102 |
| Binary | 1101001 | 11001111 | 11100110 | 110110 | 1010 | 0 | 1010 | 10111111 | 1000111 | 1000010 |
Color Harmonies of #69CFE6
Complementary color
Monochromatic Colors of #69CFE6
Black with #69CFE6
Text Example
Text Example
White with #69CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFE6; }
p { color: rgb(105,207,230); }
H1.HeaderClassName
{
color: #69CFE6;
}
.AnyTagClassName
{
color: #69CFE6;
}
</style>
background-color css
<style>
a { background-color: #69CFE6; }
a { background-color: rgb(105,207,230); }
div.DivClassName
{
background-color: #69CFE6;
}
.BgClassName
{
background-color: #69CFE6;
}
</style>
border-color css
<style>
span { border-color: #69CFE6; }
span { border-color: rgb(105,207,230); }
td.TdClassName
{
border-color: #69CFE6;
}
.TagClassName
{
border-color: #69CFE6;
}
</style>