Shades of Turquoise Blue #6CDAFF
Tints of Turquoise Blue #6CDAFF
RGB
CMYK
RGB Variations
Color information
#6CDAFF (or 0x6CDAFF) is known color: Turquoise Blue. HEX triplet: 6C, DA and FF. RGB value is (108,218,255). Sum of RGB (Red+Green+Blue) = 108+218+255=581 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.59% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDAFF is #932500. Grayscale: #BDBDBD. Windows color (decimal): -9643265 or 16767596. OLE color: 16767596.
HSL color Cylindrical-coordinate representation of color #6CDAFF: hue angle of 195.1º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CDAFF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 218 | 255 | - |
| CMYK | 0.58 | 0.15 | 0 | 0 |
| HSL | 195.1º | 1% | 0.71% | - |
| HSV(B) | 195.1º | 0.58% | 1% | - |
| XYZ | 49.31 | 60.55 | 103.7 | - |
| YUV | 189.33 | 165.06 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 255 | 0.58 | 0.15 | 0 | 0 | 195.1 | 1 | 0.71 |
| Hex | 6C | DA | FF | 3A | F | 0 | 0 | C3 | 64 | 47 |
| Octal | 154 | 332 | 377 | 72 | 17 | 0 | 0 | 303 | 144 | 107 |
| Binary | 1101100 | 11011010 | 11111111 | 111010 | 1111 | 0 | 0 | 11000011 | 1100100 | 1000111 |
Color Harmonies of #6CDAFF
Complementary color
Monochromatic Colors of #6CDAFF
Black with #6CDAFF
Text Example
Text Example
White with #6CDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAFF; }
p { color: rgb(108,218,255); }
H1.HeaderClassName
{
color: #6CDAFF;
}
.AnyTagClassName
{
color: #6CDAFF;
}
</style>
background-color css
<style>
a { background-color: #6CDAFF; }
a { background-color: rgb(108,218,255); }
div.DivClassName
{
background-color: #6CDAFF;
}
.BgClassName
{
background-color: #6CDAFF;
}
</style>
border-color css
<style>
span { border-color: #6CDAFF; }
span { border-color: rgb(108,218,255); }
td.TdClassName
{
border-color: #6CDAFF;
}
.TagClassName
{
border-color: #6CDAFF;
}
</style>