Shades of Turquoise Blue #67DCFC
Tints of Turquoise Blue #67DCFC
RGB
CMYK
RGB Variations
Color information
#67DCFC (or 0x67DCFC) is known color: Turquoise Blue. HEX triplet: 67, DC and FC. RGB value is (103,220,252). Sum of RGB (Red+Green+Blue) = 103+220+252=575 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.91% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #67DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCFC is #982303. Grayscale: #BCBCBC. Windows color (decimal): -9970436 or 16571495. OLE color: 16571495.
HSL color Cylindrical-coordinate representation of color #67DCFC: hue angle of 192.89º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67DCFC is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 220 | 252 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.01 |
| HSL | 192.89º | 0.96% | 0.7% | - |
| HSV(B) | 192.89º | 0.59% | 0.99% | - |
| XYZ | 48.76 | 61.1 | 101.32 | - |
| YUV | 188.67 | 163.74 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 252 | 0.59 | 0.13 | 0 | 0.01 | 192.89 | 0.96 | 0.7 |
| Hex | 67 | DC | FC | 3B | D | 0 | 1 | C1 | 60 | 46 |
| Octal | 147 | 334 | 374 | 73 | 15 | 0 | 1 | 301 | 140 | 106 |
| Binary | 1100111 | 11011100 | 11111100 | 111011 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000110 |
Color Harmonies of #67DCFC
Complementary color
Monochromatic Colors of #67DCFC
Black with #67DCFC
Text Example
Text Example
White with #67DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCFC; }
p { color: rgb(103,220,252); }
H1.HeaderClassName
{
color: #67DCFC;
}
.AnyTagClassName
{
color: #67DCFC;
}
</style>
background-color css
<style>
a { background-color: #67DCFC; }
a { background-color: rgb(103,220,252); }
div.DivClassName
{
background-color: #67DCFC;
}
.BgClassName
{
background-color: #67DCFC;
}
</style>
border-color css
<style>
span { border-color: #67DCFC; }
span { border-color: rgb(103,220,252); }
td.TdClassName
{
border-color: #67DCFC;
}
.TagClassName
{
border-color: #67DCFC;
}
</style>