Shades of Turquoise Blue #6CDAF0
Tints of Turquoise Blue #6CDAF0
RGB
CMYK
RGB Variations
Color information
#6CDAF0 (or 0x6CDAF0) is known color: Turquoise Blue. HEX triplet: 6C, DA and F0. RGB value is (108,218,240). Sum of RGB (Red+Green+Blue) = 108+218+240=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CDAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDAF0 is #93250F. Grayscale: #BBBBBB. Windows color (decimal): -9643280 or 15784556. OLE color: 15784556.
HSL color Cylindrical-coordinate representation of color #6CDAF0: hue angle of 190º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDAF0 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 218 | 240 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.06 |
| HSL | 190º | 0.81% | 0.68% | - |
| HSV(B) | 190º | 0.55% | 0.94% | - |
| XYZ | 46.98 | 59.62 | 91.47 | - |
| YUV | 187.62 | 157.56 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 240 | 0.55 | 0.09 | 0 | 0.06 | 190 | 0.81 | 0.68 |
| Hex | 6C | DA | F0 | 37 | 9 | 0 | 6 | BE | 51 | 44 |
| Octal | 154 | 332 | 360 | 67 | 11 | 0 | 6 | 276 | 121 | 104 |
| Binary | 1101100 | 11011010 | 11110000 | 110111 | 1001 | 0 | 110 | 10111110 | 1010001 | 1000100 |
Color Harmonies of #6CDAF0
Complementary color
Monochromatic Colors of #6CDAF0
Black with #6CDAF0
Text Example
Text Example
White with #6CDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAF0; }
p { color: rgb(108,218,240); }
H1.HeaderClassName
{
color: #6CDAF0;
}
.AnyTagClassName
{
color: #6CDAF0;
}
</style>
background-color css
<style>
a { background-color: #6CDAF0; }
a { background-color: rgb(108,218,240); }
div.DivClassName
{
background-color: #6CDAF0;
}
.BgClassName
{
background-color: #6CDAF0;
}
</style>
border-color css
<style>
span { border-color: #6CDAF0; }
span { border-color: rgb(108,218,240); }
td.TdClassName
{
border-color: #6CDAF0;
}
.TagClassName
{
border-color: #6CDAF0;
}
</style>