Shades of Turquoise Blue #67CDE8
Tints of Turquoise Blue #67CDE8
RGB
CMYK
RGB Variations
Color information
#67CDE8 (or 0x67CDE8) is known color: Turquoise Blue. HEX triplet: 67, CD and E8. RGB value is (103,205,232). Sum of RGB (Red+Green+Blue) = 103+205+232=540 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.07% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #67CDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CDE8 is #983217. Grayscale: #B1B1B1. Windows color (decimal): -9974296 or 15256935. OLE color: 15256935.
HSL color Cylindrical-coordinate representation of color #67CDE8: hue angle of 192.56º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67CDE8 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 205 | 232 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.09 |
| HSL | 192.56º | 0.74% | 0.66% | - |
| HSV(B) | 192.56º | 0.56% | 0.91% | - |
| XYZ | 41.99 | 52.37 | 84.24 | - |
| YUV | 177.58 | 158.71 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 232 | 0.56 | 0.12 | 0 | 0.09 | 192.56 | 0.74 | 0.66 |
| Hex | 67 | CD | E8 | 38 | C | 0 | 9 | C1 | 4A | 42 |
| Octal | 147 | 315 | 350 | 70 | 14 | 0 | 11 | 301 | 112 | 102 |
| Binary | 1100111 | 11001101 | 11101000 | 111000 | 1100 | 0 | 1001 | 11000001 | 1001010 | 1000010 |
Color Harmonies of #67CDE8
Complementary color
Monochromatic Colors of #67CDE8
Black with #67CDE8
Text Example
Text Example
White with #67CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDE8; }
p { color: rgb(103,205,232); }
H1.HeaderClassName
{
color: #67CDE8;
}
.AnyTagClassName
{
color: #67CDE8;
}
</style>
background-color css
<style>
a { background-color: #67CDE8; }
a { background-color: rgb(103,205,232); }
div.DivClassName
{
background-color: #67CDE8;
}
.BgClassName
{
background-color: #67CDE8;
}
</style>
border-color css
<style>
span { border-color: #67CDE8; }
span { border-color: rgb(103,205,232); }
td.TdClassName
{
border-color: #67CDE8;
}
.TagClassName
{
border-color: #67CDE8;
}
</style>