Shades of Turquoise Blue #67CFD9
Tints of Turquoise Blue #67CFD9
RGB
CMYK
RGB Variations
Color information
#67CFD9 (or 0x67CFD9) is known color: Turquoise Blue. HEX triplet: 67, CF and D9. RGB value is (103,207,217). Sum of RGB (Red+Green+Blue) = 103+207+217=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #67CFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFD9 is #983026. Grayscale: #B0B0B0. Windows color (decimal): -9973799 or 14274407. OLE color: 14274407.
HSL color Cylindrical-coordinate representation of color #67CFD9: hue angle of 185.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67CFD9 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 207 | 217 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.15 |
| HSL | 185.26º | 0.6% | 0.63% | - |
| HSV(B) | 185.26º | 0.53% | 0.85% | - |
| XYZ | 40.43 | 52.52 | 73.65 | - |
| YUV | 177.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 217 | 0.53 | 0.05 | 0 | 0.15 | 185.26 | 0.6 | 0.63 |
| Hex | 67 | CF | D9 | 35 | 5 | 0 | F | B9 | 3C | 3F |
| Octal | 147 | 317 | 331 | 65 | 5 | 0 | 17 | 271 | 74 | 77 |
| Binary | 1100111 | 11001111 | 11011001 | 110101 | 101 | 0 | 1111 | 10111001 | 111100 | 111111 |
Color Harmonies of #67CFD9
Complementary color
Monochromatic Colors of #67CFD9
Black with #67CFD9
Text Example
Text Example
White with #67CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFD9; }
p { color: rgb(103,207,217); }
H1.HeaderClassName
{
color: #67CFD9;
}
.AnyTagClassName
{
color: #67CFD9;
}
</style>
background-color css
<style>
a { background-color: #67CFD9; }
a { background-color: rgb(103,207,217); }
div.DivClassName
{
background-color: #67CFD9;
}
.BgClassName
{
background-color: #67CFD9;
}
</style>
border-color css
<style>
span { border-color: #67CFD9; }
span { border-color: rgb(103,207,217); }
td.TdClassName
{
border-color: #67CFD9;
}
.TagClassName
{
border-color: #67CFD9;
}
</style>