Shades of Turquoise Blue #69CDF1
Tints of Turquoise Blue #69CDF1
RGB
CMYK
RGB Variations
Color information
#69CDF1 (or 0x69CDF1) is known color: Turquoise Blue. HEX triplet: 69, CD and F1. RGB value is (105,205,241). Sum of RGB (Red+Green+Blue) = 105+205+241=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #69CDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDF1 is #96320E. Grayscale: #B2B2B2. Windows color (decimal): -9843215 or 15846761. OLE color: 15846761.
HSL color Cylindrical-coordinate representation of color #69CDF1: hue angle of 195.88º 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 #69CDF1 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 205 | 241 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.05 |
| HSL | 195.88º | 0.83% | 0.68% | - |
| HSV(B) | 195.88º | 0.56% | 0.95% | - |
| XYZ | 43.53 | 53.02 | 91.16 | - |
| YUV | 179.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 205 | 241 | 0.56 | 0.15 | 0 | 0.05 | 195.88 | 0.83 | 0.68 |
| Hex | 69 | CD | F1 | 38 | F | 0 | 5 | C4 | 53 | 44 |
| Octal | 151 | 315 | 361 | 70 | 17 | 0 | 5 | 304 | 123 | 104 |
| Binary | 1101001 | 11001101 | 11110001 | 111000 | 1111 | 0 | 101 | 11000100 | 1010011 | 1000100 |
Color Harmonies of #69CDF1
Complementary color
Monochromatic Colors of #69CDF1
Black with #69CDF1
Text Example
Text Example
White with #69CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CDF1; }
p { color: rgb(105,205,241); }
H1.HeaderClassName
{
color: #69CDF1;
}
.AnyTagClassName
{
color: #69CDF1;
}
</style>
background-color css
<style>
a { background-color: #69CDF1; }
a { background-color: rgb(105,205,241); }
div.DivClassName
{
background-color: #69CDF1;
}
.BgClassName
{
background-color: #69CDF1;
}
</style>
border-color css
<style>
span { border-color: #69CDF1; }
span { border-color: rgb(105,205,241); }
td.TdClassName
{
border-color: #69CDF1;
}
.TagClassName
{
border-color: #69CDF1;
}
</style>