Shades of Turquoise Blue #67CDDF
Tints of Turquoise Blue #67CDDF
RGB
CMYK
RGB Variations
Color information
#67CDDF (or 0x67CDDF) is known color: Turquoise Blue. HEX triplet: 67, CD and DF. RGB value is (103,205,223). Sum of RGB (Red+Green+Blue) = 103+205+223=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #67CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDDF is #983220. Grayscale: #B0B0B0. Windows color (decimal): -9974305 or 14667111. OLE color: 14667111.
HSL color Cylindrical-coordinate representation of color #67CDDF: hue angle of 189º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67CDDF is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 205 | 223 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.13 |
| HSL | 189º | 0.65% | 0.64% | - |
| HSV(B) | 189º | 0.54% | 0.87% | - |
| XYZ | 40.74 | 51.87 | 77.68 | - |
| YUV | 176.55 | 154.21 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 223 | 0.54 | 0.08 | 0 | 0.13 | 189 | 0.65 | 0.64 |
| Hex | 67 | CD | DF | 36 | 8 | 0 | D | BD | 41 | 40 |
| Octal | 147 | 315 | 337 | 66 | 10 | 0 | 15 | 275 | 101 | 100 |
| Binary | 1100111 | 11001101 | 11011111 | 110110 | 1000 | 0 | 1101 | 10111101 | 1000001 | 1000000 |
Color Harmonies of #67CDDF
Complementary color
Monochromatic Colors of #67CDDF
Black with #67CDDF
Text Example
Text Example
White with #67CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDDF; }
p { color: rgb(103,205,223); }
H1.HeaderClassName
{
color: #67CDDF;
}
.AnyTagClassName
{
color: #67CDDF;
}
</style>
background-color css
<style>
a { background-color: #67CDDF; }
a { background-color: rgb(103,205,223); }
div.DivClassName
{
background-color: #67CDDF;
}
.BgClassName
{
background-color: #67CDDF;
}
</style>
border-color css
<style>
span { border-color: #67CDDF; }
span { border-color: rgb(103,205,223); }
td.TdClassName
{
border-color: #67CDDF;
}
.TagClassName
{
border-color: #67CDDF;
}
</style>