Shades of Turquoise Blue #67DFFC
Tints of Turquoise Blue #67DFFC
RGB
CMYK
RGB Variations
Color information
#67DFFC (or 0x67DFFC) is known color: Turquoise Blue. HEX triplet: 67, DF and FC. RGB value is (103,223,252). Sum of RGB (Red+Green+Blue) = 103+223+252=578 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.82% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #67DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DFFC is #982003. Grayscale: #BEBEBE. Windows color (decimal): -9969668 or 16572263. OLE color: 16572263.
HSL color Cylindrical-coordinate representation of color #67DFFC: hue angle of 191.68º 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 #67DFFC is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 223 | 252 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.01 |
| HSL | 191.68º | 0.96% | 0.7% | - |
| HSV(B) | 191.68º | 0.59% | 0.99% | - |
| XYZ | 49.55 | 62.69 | 101.58 | - |
| YUV | 190.43 | 162.74 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 252 | 0.59 | 0.12 | 0 | 0.01 | 191.68 | 0.96 | 0.7 |
| Hex | 67 | DF | FC | 3B | C | 0 | 1 | C0 | 60 | 46 |
| Octal | 147 | 337 | 374 | 73 | 14 | 0 | 1 | 300 | 140 | 106 |
| Binary | 1100111 | 11011111 | 11111100 | 111011 | 1100 | 0 | 1 | 11000000 | 1100000 | 1000110 |
Color Harmonies of #67DFFC
Complementary color
Monochromatic Colors of #67DFFC
Black with #67DFFC
Text Example
Text Example
White with #67DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DFFC; }
p { color: rgb(103,223,252); }
H1.HeaderClassName
{
color: #67DFFC;
}
.AnyTagClassName
{
color: #67DFFC;
}
</style>
background-color css
<style>
a { background-color: #67DFFC; }
a { background-color: rgb(103,223,252); }
div.DivClassName
{
background-color: #67DFFC;
}
.BgClassName
{
background-color: #67DFFC;
}
</style>
border-color css
<style>
span { border-color: #67DFFC; }
span { border-color: rgb(103,223,252); }
td.TdClassName
{
border-color: #67DFFC;
}
.TagClassName
{
border-color: #67DFFC;
}
</style>