Shades of Turquoise Blue #67CFD4
Tints of Turquoise Blue #67CFD4
RGB
CMYK
RGB Variations
Color information
#67CFD4 (or 0x67CFD4) is known color: Turquoise Blue. HEX triplet: 67, CF and D4. RGB value is (103,207,212). Sum of RGB (Red+Green+Blue) = 103+207+212=522 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.73% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #67CFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFD4 is #98302B. Grayscale: #B0B0B0. Windows color (decimal): -9973804 or 13946727. OLE color: 13946727.
HSL color Cylindrical-coordinate representation of color #67CFD4: hue angle of 182.75º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67CFD4 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 207 | 212 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.17 |
| HSL | 182.75º | 0.56% | 0.62% | - |
| HSV(B) | 182.75º | 0.51% | 0.83% | - |
| XYZ | 39.79 | 52.26 | 70.28 | - |
| YUV | 176.47 | 148.04 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 212 | 0.51 | 0.02 | 0 | 0.17 | 182.75 | 0.56 | 0.62 |
| Hex | 67 | CF | D4 | 33 | 2 | 0 | 11 | B7 | 38 | 3E |
| Octal | 147 | 317 | 324 | 63 | 2 | 0 | 21 | 267 | 70 | 76 |
| Binary | 1100111 | 11001111 | 11010100 | 110011 | 10 | 0 | 10001 | 10110111 | 111000 | 111110 |
Color Harmonies of #67CFD4
Complementary color
Monochromatic Colors of #67CFD4
Black with #67CFD4
Text Example
Text Example
White with #67CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFD4; }
p { color: rgb(103,207,212); }
H1.HeaderClassName
{
color: #67CFD4;
}
.AnyTagClassName
{
color: #67CFD4;
}
</style>
background-color css
<style>
a { background-color: #67CFD4; }
a { background-color: rgb(103,207,212); }
div.DivClassName
{
background-color: #67CFD4;
}
.BgClassName
{
background-color: #67CFD4;
}
</style>
border-color css
<style>
span { border-color: #67CFD4; }
span { border-color: rgb(103,207,212); }
td.TdClassName
{
border-color: #67CFD4;
}
.TagClassName
{
border-color: #67CFD4;
}
</style>