Shades of Turquoise Blue #69CFF3
Tints of Turquoise Blue #69CFF3
RGB
CMYK
RGB Variations
Color information
#69CFF3 (or 0x69CFF3) is known color: Turquoise Blue. HEX triplet: 69, CF and F3. RGB value is (105,207,243). Sum of RGB (Red+Green+Blue) = 105+207+243=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #69CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFF3 is #96300C. Grayscale: #B4B4B4. Windows color (decimal): -9842701 or 15978345. OLE color: 15978345.
HSL color Cylindrical-coordinate representation of color #69CFF3: hue angle of 195.65º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69CFF3 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 207 | 243 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.05 |
| HSL | 195.65º | 0.85% | 0.68% | - |
| HSV(B) | 195.65º | 0.57% | 0.95% | - |
| XYZ | 44.32 | 54.1 | 92.9 | - |
| YUV | 180.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 243 | 0.57 | 0.15 | 0 | 0.05 | 195.65 | 0.85 | 0.68 |
| Hex | 69 | CF | F3 | 39 | F | 0 | 5 | C4 | 55 | 44 |
| Octal | 151 | 317 | 363 | 71 | 17 | 0 | 5 | 304 | 125 | 104 |
| Binary | 1101001 | 11001111 | 11110011 | 111001 | 1111 | 0 | 101 | 11000100 | 1010101 | 1000100 |
Color Harmonies of #69CFF3
Complementary color
Monochromatic Colors of #69CFF3
Black with #69CFF3
Text Example
Text Example
White with #69CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFF3; }
p { color: rgb(105,207,243); }
H1.HeaderClassName
{
color: #69CFF3;
}
.AnyTagClassName
{
color: #69CFF3;
}
</style>
background-color css
<style>
a { background-color: #69CFF3; }
a { background-color: rgb(105,207,243); }
div.DivClassName
{
background-color: #69CFF3;
}
.BgClassName
{
background-color: #69CFF3;
}
</style>
border-color css
<style>
span { border-color: #69CFF3; }
span { border-color: rgb(105,207,243); }
td.TdClassName
{
border-color: #69CFF3;
}
.TagClassName
{
border-color: #69CFF3;
}
</style>