Shades of Turquoise Blue #67CDF0
Tints of Turquoise Blue #67CDF0
RGB
CMYK
RGB Variations
Color information
#67CDF0 (or 0x67CDF0) is known color: Turquoise Blue. HEX triplet: 67, CD and F0. RGB value is (103,205,240). Sum of RGB (Red+Green+Blue) = 103+205+240=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #67CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CDF0 is #98320F. Grayscale: #B2B2B2. Windows color (decimal): -9974288 or 15781223. OLE color: 15781223.
HSL color Cylindrical-coordinate representation of color #67CDF0: hue angle of 195.33º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67CDF0 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 205 | 240 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.06 |
| HSL | 195.33º | 0.82% | 0.67% | - |
| HSV(B) | 195.33º | 0.57% | 0.94% | - |
| XYZ | 43.15 | 52.84 | 90.36 | - |
| YUV | 178.49 | 162.71 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 240 | 0.57 | 0.15 | 0 | 0.06 | 195.33 | 0.82 | 0.67 |
| Hex | 67 | CD | F0 | 39 | F | 0 | 6 | C3 | 52 | 43 |
| Octal | 147 | 315 | 360 | 71 | 17 | 0 | 6 | 303 | 122 | 103 |
| Binary | 1100111 | 11001101 | 11110000 | 111001 | 1111 | 0 | 110 | 11000011 | 1010010 | 1000011 |
Color Harmonies of #67CDF0
Complementary color
Monochromatic Colors of #67CDF0
Black with #67CDF0
Text Example
Text Example
White with #67CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDF0; }
p { color: rgb(103,205,240); }
H1.HeaderClassName
{
color: #67CDF0;
}
.AnyTagClassName
{
color: #67CDF0;
}
</style>
background-color css
<style>
a { background-color: #67CDF0; }
a { background-color: rgb(103,205,240); }
div.DivClassName
{
background-color: #67CDF0;
}
.BgClassName
{
background-color: #67CDF0;
}
</style>
border-color css
<style>
span { border-color: #67CDF0; }
span { border-color: rgb(103,205,240); }
td.TdClassName
{
border-color: #67CDF0;
}
.TagClassName
{
border-color: #67CDF0;
}
</style>