Shades of Turquoise Blue #69CFF1
Tints of Turquoise Blue #69CFF1
RGB
CMYK
RGB Variations
Color information
#69CFF1 (or 0x69CFF1) is known color: Turquoise Blue. HEX triplet: 69, CF and F1. RGB value is (105,207,241). Sum of RGB (Red+Green+Blue) = 105+207+241=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #69CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFF1 is #96300E. Grayscale: #B4B4B4. Windows color (decimal): -9842703 or 15847273. OLE color: 15847273.
HSL color Cylindrical-coordinate representation of color #69CFF1: hue angle of 195º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69CFF1 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 207 | 241 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.05 |
| HSL | 195º | 0.83% | 0.68% | - |
| HSV(B) | 195º | 0.56% | 0.95% | - |
| XYZ | 44.02 | 53.98 | 91.32 | - |
| YUV | 180.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 241 | 0.56 | 0.14 | 0 | 0.05 | 195 | 0.83 | 0.68 |
| Hex | 69 | CF | F1 | 38 | E | 0 | 5 | C3 | 53 | 44 |
| Octal | 151 | 317 | 361 | 70 | 16 | 0 | 5 | 303 | 123 | 104 |
| Binary | 1101001 | 11001111 | 11110001 | 111000 | 1110 | 0 | 101 | 11000011 | 1010011 | 1000100 |
Color Harmonies of #69CFF1
Complementary color
Monochromatic Colors of #69CFF1
Black with #69CFF1
Text Example
Text Example
White with #69CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFF1; }
p { color: rgb(105,207,241); }
H1.HeaderClassName
{
color: #69CFF1;
}
.AnyTagClassName
{
color: #69CFF1;
}
</style>
background-color css
<style>
a { background-color: #69CFF1; }
a { background-color: rgb(105,207,241); }
div.DivClassName
{
background-color: #69CFF1;
}
.BgClassName
{
background-color: #69CFF1;
}
</style>
border-color css
<style>
span { border-color: #69CFF1; }
span { border-color: rgb(105,207,241); }
td.TdClassName
{
border-color: #69CFF1;
}
.TagClassName
{
border-color: #69CFF1;
}
</style>