Shades of Turquoise Blue #67CFDA
Tints of Turquoise Blue #67CFDA
RGB
CMYK
RGB Variations
Color information
#67CFDA (or 0x67CFDA) is known color: Turquoise Blue. HEX triplet: 67, CF and DA. RGB value is (103,207,218). Sum of RGB (Red+Green+Blue) = 103+207+218=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #67CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFDA is #983025. Grayscale: #B1B1B1. Windows color (decimal): -9973798 or 14339943. OLE color: 14339943.
HSL color Cylindrical-coordinate representation of color #67CFDA: hue angle of 185.74º degrees, saturation: 0.61, 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 #67CFDA is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 207 | 218 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.15 |
| HSL | 185.74º | 0.61% | 0.63% | - |
| HSV(B) | 185.74º | 0.53% | 0.85% | - |
| XYZ | 40.56 | 52.57 | 74.34 | - |
| YUV | 177.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 218 | 0.53 | 0.05 | 0 | 0.15 | 185.74 | 0.61 | 0.63 |
| Hex | 67 | CF | DA | 35 | 5 | 0 | F | BA | 3D | 3F |
| Octal | 147 | 317 | 332 | 65 | 5 | 0 | 17 | 272 | 75 | 77 |
| Binary | 1100111 | 11001111 | 11011010 | 110101 | 101 | 0 | 1111 | 10111010 | 111101 | 111111 |
Color Harmonies of #67CFDA
Complementary color
Monochromatic Colors of #67CFDA
Black with #67CFDA
Text Example
Text Example
White with #67CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFDA; }
p { color: rgb(103,207,218); }
H1.HeaderClassName
{
color: #67CFDA;
}
.AnyTagClassName
{
color: #67CFDA;
}
</style>
background-color css
<style>
a { background-color: #67CFDA; }
a { background-color: rgb(103,207,218); }
div.DivClassName
{
background-color: #67CFDA;
}
.BgClassName
{
background-color: #67CFDA;
}
</style>
border-color css
<style>
span { border-color: #67CFDA; }
span { border-color: rgb(103,207,218); }
td.TdClassName
{
border-color: #67CFDA;
}
.TagClassName
{
border-color: #67CFDA;
}
</style>