Shades of Turquoise Blue #67CCDE
Tints of Turquoise Blue #67CCDE
RGB
CMYK
RGB Variations
Color information
#67CCDE (or 0x67CCDE) is known color: Turquoise Blue. HEX triplet: 67, CC and DE. RGB value is (103,204,222). Sum of RGB (Red+Green+Blue) = 103+204+222=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #67CCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCDE is #983321. Grayscale: #AFAFAF. Windows color (decimal): -9974562 or 14601319. OLE color: 14601319.
HSL color Cylindrical-coordinate representation of color #67CCDE: hue angle of 189.08º degrees, saturation: 0.64, 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 #67CCDE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 204 | 222 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.13 |
| HSL | 189.08º | 0.64% | 0.64% | - |
| HSV(B) | 189.08º | 0.54% | 0.87% | - |
| XYZ | 40.37 | 51.34 | 76.89 | - |
| YUV | 175.85 | 154.04 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 222 | 0.54 | 0.08 | 0 | 0.13 | 189.08 | 0.64 | 0.64 |
| Hex | 67 | CC | DE | 36 | 8 | 0 | D | BD | 40 | 40 |
| Octal | 147 | 314 | 336 | 66 | 10 | 0 | 15 | 275 | 100 | 100 |
| Binary | 1100111 | 11001100 | 11011110 | 110110 | 1000 | 0 | 1101 | 10111101 | 1000000 | 1000000 |
Color Harmonies of #67CCDE
Complementary color
Monochromatic Colors of #67CCDE
Black with #67CCDE
Text Example
Text Example
White with #67CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCDE; }
p { color: rgb(103,204,222); }
H1.HeaderClassName
{
color: #67CCDE;
}
.AnyTagClassName
{
color: #67CCDE;
}
</style>
background-color css
<style>
a { background-color: #67CCDE; }
a { background-color: rgb(103,204,222); }
div.DivClassName
{
background-color: #67CCDE;
}
.BgClassName
{
background-color: #67CCDE;
}
</style>
border-color css
<style>
span { border-color: #67CCDE; }
span { border-color: rgb(103,204,222); }
td.TdClassName
{
border-color: #67CCDE;
}
.TagClassName
{
border-color: #67CCDE;
}
</style>