Shades of Turquoise Blue #6CDBFD
Tints of Turquoise Blue #6CDBFD
RGB
CMYK
RGB Variations
Color information
#6CDBFD (or 0x6CDBFD) is known color: Turquoise Blue. HEX triplet: 6C, DB and FD. RGB value is (108,219,253). Sum of RGB (Red+Green+Blue) = 108+219+253=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CDBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBFD is #932402. Grayscale: #BDBDBD. Windows color (decimal): -9643011 or 16636780. OLE color: 16636780.
HSL color Cylindrical-coordinate representation of color #6CDBFD: hue angle of 194.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDBFD is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 219 | 253 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.01 |
| HSL | 194.07º | 0.97% | 0.71% | - |
| HSV(B) | 194.07º | 0.57% | 0.99% | - |
| XYZ | 49.25 | 60.94 | 102.1 | - |
| YUV | 189.69 | 163.73 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 253 | 0.57 | 0.13 | 0 | 0.01 | 194.07 | 0.97 | 0.71 |
| Hex | 6C | DB | FD | 39 | D | 0 | 1 | C2 | 61 | 47 |
| Octal | 154 | 333 | 375 | 71 | 15 | 0 | 1 | 302 | 141 | 107 |
| Binary | 1101100 | 11011011 | 11111101 | 111001 | 1101 | 0 | 1 | 11000010 | 1100001 | 1000111 |
Color Harmonies of #6CDBFD
Complementary color
Monochromatic Colors of #6CDBFD
Black with #6CDBFD
Text Example
Text Example
White with #6CDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBFD; }
p { color: rgb(108,219,253); }
H1.HeaderClassName
{
color: #6CDBFD;
}
.AnyTagClassName
{
color: #6CDBFD;
}
</style>
background-color css
<style>
a { background-color: #6CDBFD; }
a { background-color: rgb(108,219,253); }
div.DivClassName
{
background-color: #6CDBFD;
}
.BgClassName
{
background-color: #6CDBFD;
}
</style>
border-color css
<style>
span { border-color: #6CDBFD; }
span { border-color: rgb(108,219,253); }
td.TdClassName
{
border-color: #6CDBFD;
}
.TagClassName
{
border-color: #6CDBFD;
}
</style>