Shades of Turquoise Blue #67CEE1
Tints of Turquoise Blue #67CEE1
RGB
CMYK
RGB Variations
Color information
#67CEE1 (or 0x67CEE1) is known color: Turquoise Blue. HEX triplet: 67, CE and E1. RGB value is (103,206,225). Sum of RGB (Red+Green+Blue) = 103+206+225=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #67CEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEE1 is #98311E. Grayscale: #B1B1B1. Windows color (decimal): -9974047 or 14798439. OLE color: 14798439.
HSL color Cylindrical-coordinate representation of color #67CEE1: hue angle of 189.34º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67CEE1 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 206 | 225 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.12 |
| HSL | 189.34º | 0.67% | 0.64% | - |
| HSV(B) | 189.34º | 0.54% | 0.88% | - |
| XYZ | 41.26 | 52.46 | 79.19 | - |
| YUV | 177.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 225 | 0.54 | 0.08 | 0 | 0.12 | 189.34 | 0.67 | 0.64 |
| Hex | 67 | CE | E1 | 36 | 8 | 0 | C | BD | 43 | 40 |
| Octal | 147 | 316 | 341 | 66 | 10 | 0 | 14 | 275 | 103 | 100 |
| Binary | 1100111 | 11001110 | 11100001 | 110110 | 1000 | 0 | 1100 | 10111101 | 1000011 | 1000000 |
Color Harmonies of #67CEE1
Complementary color
Monochromatic Colors of #67CEE1
Black with #67CEE1
Text Example
Text Example
White with #67CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEE1; }
p { color: rgb(103,206,225); }
H1.HeaderClassName
{
color: #67CEE1;
}
.AnyTagClassName
{
color: #67CEE1;
}
</style>
background-color css
<style>
a { background-color: #67CEE1; }
a { background-color: rgb(103,206,225); }
div.DivClassName
{
background-color: #67CEE1;
}
.BgClassName
{
background-color: #67CEE1;
}
</style>
border-color css
<style>
span { border-color: #67CEE1; }
span { border-color: rgb(103,206,225); }
td.TdClassName
{
border-color: #67CEE1;
}
.TagClassName
{
border-color: #67CEE1;
}
</style>