Shades of Turquoise Blue #67CAE6
Tints of Turquoise Blue #67CAE6
RGB
CMYK
RGB Variations
Color information
#67CAE6 (or 0x67CAE6) is known color: Turquoise Blue. HEX triplet: 67, CA and E6. RGB value is (103,202,230). Sum of RGB (Red+Green+Blue) = 103+202+230=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #67CAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CAE6 is #983519. Grayscale: #AFAFAF. Windows color (decimal): -9975066 or 15125095. OLE color: 15125095.
HSL color Cylindrical-coordinate representation of color #67CAE6: hue angle of 193.23º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67CAE6 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 202 | 230 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.10 |
| HSL | 193.23º | 0.72% | 0.65% | - |
| HSV(B) | 193.23º | 0.55% | 0.9% | - |
| XYZ | 41 | 50.84 | 82.51 | - |
| YUV | 175.59 | 158.7 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 230 | 0.55 | 0.12 | 0 | 0.10 | 193.23 | 0.72 | 0.65 |
| Hex | 67 | CA | E6 | 37 | C | 0 | A | C1 | 48 | 41 |
| Octal | 147 | 312 | 346 | 67 | 14 | 0 | 12 | 301 | 110 | 101 |
| Binary | 1100111 | 11001010 | 11100110 | 110111 | 1100 | 0 | 1010 | 11000001 | 1001000 | 1000001 |
Color Harmonies of #67CAE6
Complementary color
Monochromatic Colors of #67CAE6
Black with #67CAE6
Text Example
Text Example
White with #67CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CAE6; }
p { color: rgb(103,202,230); }
H1.HeaderClassName
{
color: #67CAE6;
}
.AnyTagClassName
{
color: #67CAE6;
}
</style>
background-color css
<style>
a { background-color: #67CAE6; }
a { background-color: rgb(103,202,230); }
div.DivClassName
{
background-color: #67CAE6;
}
.BgClassName
{
background-color: #67CAE6;
}
</style>
border-color css
<style>
span { border-color: #67CAE6; }
span { border-color: rgb(103,202,230); }
td.TdClassName
{
border-color: #67CAE6;
}
.TagClassName
{
border-color: #67CAE6;
}
</style>