Shades of Turquoise Blue #67DDEF
Tints of Turquoise Blue #67DDEF
RGB
CMYK
RGB Variations
Color information
#67DDEF (or 0x67DDEF) is known color: Turquoise Blue. HEX triplet: 67, DD and EF. RGB value is (103,221,239). Sum of RGB (Red+Green+Blue) = 103+221+239=563 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.29% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #67DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DDEF is #982210. Grayscale: #BBBBBB. Windows color (decimal): -9970193 or 15719783. OLE color: 15719783.
HSL color Cylindrical-coordinate representation of color #67DDEF: hue angle of 187.94º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67DDEF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 221 | 239 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.06 |
| HSL | 187.94º | 0.81% | 0.67% | - |
| HSV(B) | 187.94º | 0.57% | 0.94% | - |
| XYZ | 47.03 | 60.83 | 90.92 | - |
| YUV | 187.77 | 156.91 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 239 | 0.57 | 0.08 | 0 | 0.06 | 187.94 | 0.81 | 0.67 |
| Hex | 67 | DD | EF | 39 | 8 | 0 | 6 | BC | 51 | 43 |
| Octal | 147 | 335 | 357 | 71 | 10 | 0 | 6 | 274 | 121 | 103 |
| Binary | 1100111 | 11011101 | 11101111 | 111001 | 1000 | 0 | 110 | 10111100 | 1010001 | 1000011 |
Color Harmonies of #67DDEF
Complementary color
Monochromatic Colors of #67DDEF
Black with #67DDEF
Text Example
Text Example
White with #67DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDEF; }
p { color: rgb(103,221,239); }
H1.HeaderClassName
{
color: #67DDEF;
}
.AnyTagClassName
{
color: #67DDEF;
}
</style>
background-color css
<style>
a { background-color: #67DDEF; }
a { background-color: rgb(103,221,239); }
div.DivClassName
{
background-color: #67DDEF;
}
.BgClassName
{
background-color: #67DDEF;
}
</style>
border-color css
<style>
span { border-color: #67DDEF; }
span { border-color: rgb(103,221,239); }
td.TdClassName
{
border-color: #67DDEF;
}
.TagClassName
{
border-color: #67DDEF;
}
</style>