Shades of Turquoise Blue #67CADE
Tints of Turquoise Blue #67CADE
RGB
CMYK
RGB Variations
Color information
#67CADE (or 0x67CADE) is known color: Turquoise Blue. HEX triplet: 67, CA and DE. RGB value is (103,202,222). Sum of RGB (Red+Green+Blue) = 103+202+222=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #67CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CADE is #983521. Grayscale: #AEAEAE. Windows color (decimal): -9975074 or 14600807. OLE color: 14600807.
HSL color Cylindrical-coordinate representation of color #67CADE: hue angle of 190.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67CADE is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 202 | 222 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.13 |
| HSL | 190.08º | 0.64% | 0.64% | - |
| HSV(B) | 190.08º | 0.54% | 0.87% | - |
| XYZ | 39.9 | 50.4 | 76.73 | - |
| YUV | 174.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 222 | 0.54 | 0.09 | 0 | 0.13 | 190.08 | 0.64 | 0.64 |
| Hex | 67 | CA | DE | 36 | 9 | 0 | D | BE | 40 | 40 |
| Octal | 147 | 312 | 336 | 66 | 11 | 0 | 15 | 276 | 100 | 100 |
| Binary | 1100111 | 11001010 | 11011110 | 110110 | 1001 | 0 | 1101 | 10111110 | 1000000 | 1000000 |
Color Harmonies of #67CADE
Complementary color
Monochromatic Colors of #67CADE
Black with #67CADE
Text Example
Text Example
White with #67CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CADE; }
p { color: rgb(103,202,222); }
H1.HeaderClassName
{
color: #67CADE;
}
.AnyTagClassName
{
color: #67CADE;
}
</style>
background-color css
<style>
a { background-color: #67CADE; }
a { background-color: rgb(103,202,222); }
div.DivClassName
{
background-color: #67CADE;
}
.BgClassName
{
background-color: #67CADE;
}
</style>
border-color css
<style>
span { border-color: #67CADE; }
span { border-color: rgb(103,202,222); }
td.TdClassName
{
border-color: #67CADE;
}
.TagClassName
{
border-color: #67CADE;
}
</style>