Shades of Turquoise Blue #67D8FB
Tints of Turquoise Blue #67D8FB
RGB
CMYK
RGB Variations
Color information
#67D8FB (or 0x67D8FB) is known color: Turquoise Blue. HEX triplet: 67, D8 and FB. RGB value is (103,216,251). Sum of RGB (Red+Green+Blue) = 103+216+251=570 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.07% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #67D8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D8FB is #982704. Grayscale: #B9B9B9. Windows color (decimal): -9971461 or 16504935. OLE color: 16504935.
HSL color Cylindrical-coordinate representation of color #67D8FB: hue angle of 194.19º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67D8FB is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 216 | 251 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.02 |
| HSL | 194.19º | 0.95% | 0.69% | - |
| HSV(B) | 194.19º | 0.59% | 0.98% | - |
| XYZ | 47.56 | 58.96 | 100.14 | - |
| YUV | 186.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 216 | 251 | 0.59 | 0.14 | 0 | 0.02 | 194.19 | 0.95 | 0.69 |
| Hex | 67 | D8 | FB | 3B | E | 0 | 2 | C2 | 5F | 45 |
| Octal | 147 | 330 | 373 | 73 | 16 | 0 | 2 | 302 | 137 | 105 |
| Binary | 1100111 | 11011000 | 11111011 | 111011 | 1110 | 0 | 10 | 11000010 | 1011111 | 1000101 |
Color Harmonies of #67D8FB
Complementary color
Monochromatic Colors of #67D8FB
Black with #67D8FB
Text Example
Text Example
White with #67D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D8FB; }
p { color: rgb(103,216,251); }
H1.HeaderClassName
{
color: #67D8FB;
}
.AnyTagClassName
{
color: #67D8FB;
}
</style>
background-color css
<style>
a { background-color: #67D8FB; }
a { background-color: rgb(103,216,251); }
div.DivClassName
{
background-color: #67D8FB;
}
.BgClassName
{
background-color: #67D8FB;
}
</style>
border-color css
<style>
span { border-color: #67D8FB; }
span { border-color: rgb(103,216,251); }
td.TdClassName
{
border-color: #67D8FB;
}
.TagClassName
{
border-color: #67D8FB;
}
</style>