Shades of Turquoise Blue #6CDFFE
Tints of Turquoise Blue #6CDFFE
RGB
CMYK
RGB Variations
Color information
#6CDFFE (or 0x6CDFFE) is known color: Turquoise Blue. HEX triplet: 6C, DF and FE. RGB value is (108,223,254). Sum of RGB (Red+Green+Blue) = 108+223+254=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFFE is #932001. Grayscale: #BFBFBF. Windows color (decimal): -9641986 or 16703340. OLE color: 16703340.
HSL color Cylindrical-coordinate representation of color #6CDFFE: hue angle of 192.74º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDFFE is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 223 | 254 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.00 |
| HSL | 192.74º | 0.99% | 0.71% | - |
| HSV(B) | 192.74º | 0.57% | 1% | - |
| XYZ | 50.46 | 63.12 | 103.29 | - |
| YUV | 192.15 | 162.9 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 254 | 0.57 | 0.12 | 0 | 0.00 | 192.74 | 0.99 | 0.71 |
| Hex | 6C | DF | FE | 39 | C | 0 | 0 | C1 | 63 | 47 |
| Octal | 154 | 337 | 376 | 71 | 14 | 0 | 0 | 301 | 143 | 107 |
| Binary | 1101100 | 11011111 | 11111110 | 111001 | 1100 | 0 | 0 | 11000001 | 1100011 | 1000111 |
Color Harmonies of #6CDFFE
Complementary color
Monochromatic Colors of #6CDFFE
Black with #6CDFFE
Text Example
Text Example
White with #6CDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFFE; }
p { color: rgb(108,223,254); }
H1.HeaderClassName
{
color: #6CDFFE;
}
.AnyTagClassName
{
color: #6CDFFE;
}
</style>
background-color css
<style>
a { background-color: #6CDFFE; }
a { background-color: rgb(108,223,254); }
div.DivClassName
{
background-color: #6CDFFE;
}
.BgClassName
{
background-color: #6CDFFE;
}
</style>
border-color css
<style>
span { border-color: #6CDFFE; }
span { border-color: rgb(108,223,254); }
td.TdClassName
{
border-color: #6CDFFE;
}
.TagClassName
{
border-color: #6CDFFE;
}
</style>