Shades of Turquoise Blue #6ACBDF
Tints of Turquoise Blue #6ACBDF
RGB
CMYK
RGB Variations
Color information
#6ACBDF (or 0x6ACBDF) is known color: Turquoise Blue. HEX triplet: 6A, CB and DF. RGB value is (106,203,223). Sum of RGB (Red+Green+Blue) = 106+203+223=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ACBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACBDF is #953420. Grayscale: #B0B0B0. Windows color (decimal): -9778209 or 14666602. OLE color: 14666602.
HSL color Cylindrical-coordinate representation of color #6ACBDF: hue angle of 190.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACBDF is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 203 | 223 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.13 |
| HSL | 190.26º | 0.65% | 0.65% | - |
| HSV(B) | 190.26º | 0.52% | 0.87% | - |
| XYZ | 40.62 | 51.1 | 77.54 | - |
| YUV | 176.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 223 | 0.52 | 0.09 | 0 | 0.13 | 190.26 | 0.65 | 0.65 |
| Hex | 6A | CB | DF | 34 | 9 | 0 | D | BE | 41 | 41 |
| Octal | 152 | 313 | 337 | 64 | 11 | 0 | 15 | 276 | 101 | 101 |
| Binary | 1101010 | 11001011 | 11011111 | 110100 | 1001 | 0 | 1101 | 10111110 | 1000001 | 1000001 |
Color Harmonies of #6ACBDF
Complementary color
Monochromatic Colors of #6ACBDF
Black with #6ACBDF
Text Example
Text Example
White with #6ACBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACBDF; }
p { color: rgb(106,203,223); }
H1.HeaderClassName
{
color: #6ACBDF;
}
.AnyTagClassName
{
color: #6ACBDF;
}
</style>
background-color css
<style>
a { background-color: #6ACBDF; }
a { background-color: rgb(106,203,223); }
div.DivClassName
{
background-color: #6ACBDF;
}
.BgClassName
{
background-color: #6ACBDF;
}
</style>
border-color css
<style>
span { border-color: #6ACBDF; }
span { border-color: rgb(106,203,223); }
td.TdClassName
{
border-color: #6ACBDF;
}
.TagClassName
{
border-color: #6ACBDF;
}
</style>