Shades of Turquoise Blue #67CEDD
Tints of Turquoise Blue #67CEDD
RGB
CMYK
RGB Variations
Color information
#67CEDD (or 0x67CEDD) is known color: Turquoise Blue. HEX triplet: 67, CE and DD. RGB value is (103,206,221). Sum of RGB (Red+Green+Blue) = 103+206+221=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #67CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEDD is #983122. Grayscale: #B0B0B0. Windows color (decimal): -9974051 or 14536295. OLE color: 14536295.
HSL color Cylindrical-coordinate representation of color #67CEDD: hue angle of 187.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67CEDD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 206 | 221 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.13 |
| HSL | 187.63º | 0.63% | 0.64% | - |
| HSV(B) | 187.63º | 0.53% | 0.87% | - |
| XYZ | 40.72 | 52.25 | 76.35 | - |
| YUV | 176.91 | 152.88 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 221 | 0.53 | 0.07 | 0 | 0.13 | 187.63 | 0.63 | 0.64 |
| Hex | 67 | CE | DD | 35 | 7 | 0 | D | BC | 3F | 40 |
| Octal | 147 | 316 | 335 | 65 | 7 | 0 | 15 | 274 | 77 | 100 |
| Binary | 1100111 | 11001110 | 11011101 | 110101 | 111 | 0 | 1101 | 10111100 | 111111 | 1000000 |
Color Harmonies of #67CEDD
Complementary color
Monochromatic Colors of #67CEDD
Black with #67CEDD
Text Example
Text Example
White with #67CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEDD; }
p { color: rgb(103,206,221); }
H1.HeaderClassName
{
color: #67CEDD;
}
.AnyTagClassName
{
color: #67CEDD;
}
</style>
background-color css
<style>
a { background-color: #67CEDD; }
a { background-color: rgb(103,206,221); }
div.DivClassName
{
background-color: #67CEDD;
}
.BgClassName
{
background-color: #67CEDD;
}
</style>
border-color css
<style>
span { border-color: #67CEDD; }
span { border-color: rgb(103,206,221); }
td.TdClassName
{
border-color: #67CEDD;
}
.TagClassName
{
border-color: #67CEDD;
}
</style>