Shades of Turquoise Blue #67D6FC
Tints of Turquoise Blue #67D6FC
RGB
CMYK
RGB Variations
Color information
#67D6FC (or 0x67D6FC) is known color: Turquoise Blue. HEX triplet: 67, D6 and FC. RGB value is (103,214,252). Sum of RGB (Red+Green+Blue) = 103+214+252=569 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.10% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #67D6FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D6FC is #982903. Grayscale: #B8B8B8. Windows color (decimal): -9971972 or 16569959. OLE color: 16569959.
HSL color Cylindrical-coordinate representation of color #67D6FC: hue angle of 195.3º 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 #67D6FC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 103 | 214 | 252 | - |
CMYK | 0.59 | 0.15 | 0 | 0.01 |
HSL | 195.3º | 0.96% | 0.7% | - |
HSV(B) | 195.3º | 0.59% | 0.99% | - |
XYZ | 47.21 | 58 | 100.8 | - |
YUV | 185.14 | 165.73 | 69.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 214 | 252 | 0.59 | 0.15 | 0 | 0.01 | 195.3 | 0.96 | 0.7 |
Hex | 67 | D6 | FC | 3B | F | 0 | 1 | C3 | 60 | 46 |
Octal | 147 | 326 | 374 | 73 | 17 | 0 | 1 | 303 | 140 | 106 |
Binary | 1100111 | 11010110 | 11111100 | 111011 | 1111 | 0 | 1 | 11000011 | 1100000 | 1000110 |
Color Harmonies of #67D6FC
Complementary color
Monochromatic Colors of #67D6FC
Black with #67D6FC
Text Example
Text Example
White with #67D6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6FC; }
p { color: rgb(103,214,252); }
H1.HeaderClassName
{
color: #67D6FC;
}
.AnyTagClassName
{
color: #67D6FC;
}
</style>
background-color css
<style>
a { background-color: #67D6FC; }
a { background-color: rgb(103,214,252); }
div.DivClassName
{
background-color: #67D6FC;
}
.BgClassName
{
background-color: #67D6FC;
}
</style>
border-color css
<style>
span { border-color: #67D6FC; }
span { border-color: rgb(103,214,252); }
td.TdClassName
{
border-color: #67D6FC;
}
.TagClassName
{
border-color: #67D6FC;
}
</style>