Shades of Turquoise Blue #67DBFB
Tints of Turquoise Blue #67DBFB
RGB
CMYK
RGB Variations
Color information
#67DBFB (or 0x67DBFB) is known color: Turquoise Blue. HEX triplet: 67, DB and FB. RGB value is (103,219,251). Sum of RGB (Red+Green+Blue) = 103+219+251=573 (75% of max value = 765). Red value is 103 (40.62% from 255 or 17.98% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #67DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DBFB is #982404. Grayscale: #BBBBBB. Windows color (decimal): -9970693 or 16505703. OLE color: 16505703.
HSL color Cylindrical-coordinate representation of color #67DBFB: hue angle of 192.97º 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 #67DBFB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 219 | 251 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.02 |
| HSL | 192.97º | 0.95% | 0.69% | - |
| HSV(B) | 192.97º | 0.59% | 0.98% | - |
| XYZ | 48.34 | 60.51 | 100.4 | - |
| YUV | 187.96 | 163.57 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 251 | 0.59 | 0.13 | 0 | 0.02 | 192.97 | 0.95 | 0.69 |
| Hex | 67 | DB | FB | 3B | D | 0 | 2 | C1 | 5F | 45 |
| Octal | 147 | 333 | 373 | 73 | 15 | 0 | 2 | 301 | 137 | 105 |
| Binary | 1100111 | 11011011 | 11111011 | 111011 | 1101 | 0 | 10 | 11000001 | 1011111 | 1000101 |
Color Harmonies of #67DBFB
Complementary color
Monochromatic Colors of #67DBFB
Black with #67DBFB
Text Example
Text Example
White with #67DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBFB; }
p { color: rgb(103,219,251); }
H1.HeaderClassName
{
color: #67DBFB;
}
.AnyTagClassName
{
color: #67DBFB;
}
</style>
background-color css
<style>
a { background-color: #67DBFB; }
a { background-color: rgb(103,219,251); }
div.DivClassName
{
background-color: #67DBFB;
}
.BgClassName
{
background-color: #67DBFB;
}
</style>
border-color css
<style>
span { border-color: #67DBFB; }
span { border-color: rgb(103,219,251); }
td.TdClassName
{
border-color: #67DBFB;
}
.TagClassName
{
border-color: #67DBFB;
}
</style>