Shades of Turquoise Blue #69CDF0
Tints of Turquoise Blue #69CDF0
RGB
CMYK
RGB Variations
Color information
#69CDF0 (or 0x69CDF0) is known color: Turquoise Blue. HEX triplet: 69, CD and F0. RGB value is (105,205,240). Sum of RGB (Red+Green+Blue) = 105+205+240=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #69CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDF0 is #96320F. Grayscale: #B2B2B2. Windows color (decimal): -9843216 or 15781225. OLE color: 15781225.
HSL color Cylindrical-coordinate representation of color #69CDF0: hue angle of 195.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69CDF0 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 205 | 240 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.06 |
| HSL | 195.56º | 0.82% | 0.68% | - |
| HSV(B) | 195.56º | 0.56% | 0.94% | - |
| XYZ | 43.39 | 52.96 | 90.37 | - |
| YUV | 179.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 205 | 240 | 0.56 | 0.15 | 0 | 0.06 | 195.56 | 0.82 | 0.68 |
| Hex | 69 | CD | F0 | 38 | F | 0 | 6 | C4 | 52 | 44 |
| Octal | 151 | 315 | 360 | 70 | 17 | 0 | 6 | 304 | 122 | 104 |
| Binary | 1101001 | 11001101 | 11110000 | 111000 | 1111 | 0 | 110 | 11000100 | 1010010 | 1000100 |
Color Harmonies of #69CDF0
Complementary color
Monochromatic Colors of #69CDF0
Black with #69CDF0
Text Example
Text Example
White with #69CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CDF0; }
p { color: rgb(105,205,240); }
H1.HeaderClassName
{
color: #69CDF0;
}
.AnyTagClassName
{
color: #69CDF0;
}
</style>
background-color css
<style>
a { background-color: #69CDF0; }
a { background-color: rgb(105,205,240); }
div.DivClassName
{
background-color: #69CDF0;
}
.BgClassName
{
background-color: #69CDF0;
}
</style>
border-color css
<style>
span { border-color: #69CDF0; }
span { border-color: rgb(105,205,240); }
td.TdClassName
{
border-color: #69CDF0;
}
.TagClassName
{
border-color: #69CDF0;
}
</style>