Shades of Turquoise Blue #6CDEF1
Tints of Turquoise Blue #6CDEF1
RGB
CMYK
RGB Variations
Color information
#6CDEF1 (or 0x6CDEF1) is known color: Turquoise Blue. HEX triplet: 6C, DE and F1. RGB value is (108,222,241). Sum of RGB (Red+Green+Blue) = 108+222+241=571 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.91% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CDEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDEF1 is #93210E. Grayscale: #BDBDBD. Windows color (decimal): -9642255 or 15851116. OLE color: 15851116.
HSL color Cylindrical-coordinate representation of color #6CDEF1: hue angle of 188.57º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDEF1 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 222 | 241 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.05 |
| HSL | 188.57º | 0.83% | 0.68% | - |
| HSV(B) | 188.57º | 0.55% | 0.95% | - |
| XYZ | 48.18 | 61.78 | 92.6 | - |
| YUV | 190.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 241 | 0.55 | 0.08 | 0 | 0.05 | 188.57 | 0.83 | 0.68 |
| Hex | 6C | DE | F1 | 37 | 8 | 0 | 5 | BD | 53 | 44 |
| Octal | 154 | 336 | 361 | 67 | 10 | 0 | 5 | 275 | 123 | 104 |
| Binary | 1101100 | 11011110 | 11110001 | 110111 | 1000 | 0 | 101 | 10111101 | 1010011 | 1000100 |
Color Harmonies of #6CDEF1
Complementary color
Monochromatic Colors of #6CDEF1
Black with #6CDEF1
Text Example
Text Example
White with #6CDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEF1; }
p { color: rgb(108,222,241); }
H1.HeaderClassName
{
color: #6CDEF1;
}
.AnyTagClassName
{
color: #6CDEF1;
}
</style>
background-color css
<style>
a { background-color: #6CDEF1; }
a { background-color: rgb(108,222,241); }
div.DivClassName
{
background-color: #6CDEF1;
}
.BgClassName
{
background-color: #6CDEF1;
}
</style>
border-color css
<style>
span { border-color: #6CDEF1; }
span { border-color: rgb(108,222,241); }
td.TdClassName
{
border-color: #6CDEF1;
}
.TagClassName
{
border-color: #6CDEF1;
}
</style>