Shades of Turquoise Blue #67CBDD
Tints of Turquoise Blue #67CBDD
RGB
CMYK
RGB Variations
Color information
#67CBDD (or 0x67CBDD) is known color: Turquoise Blue. HEX triplet: 67, CB and DD. RGB value is (103,203,221). Sum of RGB (Red+Green+Blue) = 103+203+221=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #67CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CBDD is #983422. Grayscale: #AEAEAE. Windows color (decimal): -9974819 or 14535527. OLE color: 14535527.
HSL color Cylindrical-coordinate representation of color #67CBDD: hue angle of 189.15º 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 #67CBDD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 203 | 221 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.13 |
| HSL | 189.15º | 0.63% | 0.64% | - |
| HSV(B) | 189.15º | 0.53% | 0.87% | - |
| XYZ | 40 | 50.82 | 76.11 | - |
| YUV | 175.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 221 | 0.53 | 0.08 | 0 | 0.13 | 189.15 | 0.63 | 0.64 |
| Hex | 67 | CB | DD | 35 | 8 | 0 | D | BD | 3F | 40 |
| Octal | 147 | 313 | 335 | 65 | 10 | 0 | 15 | 275 | 77 | 100 |
| Binary | 1100111 | 11001011 | 11011101 | 110101 | 1000 | 0 | 1101 | 10111101 | 111111 | 1000000 |
Color Harmonies of #67CBDD
Complementary color
Monochromatic Colors of #67CBDD
Black with #67CBDD
Text Example
Text Example
White with #67CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CBDD; }
p { color: rgb(103,203,221); }
H1.HeaderClassName
{
color: #67CBDD;
}
.AnyTagClassName
{
color: #67CBDD;
}
</style>
background-color css
<style>
a { background-color: #67CBDD; }
a { background-color: rgb(103,203,221); }
div.DivClassName
{
background-color: #67CBDD;
}
.BgClassName
{
background-color: #67CBDD;
}
</style>
border-color css
<style>
span { border-color: #67CBDD; }
span { border-color: rgb(103,203,221); }
td.TdClassName
{
border-color: #67CBDD;
}
.TagClassName
{
border-color: #67CBDD;
}
</style>