Shades of Turquoise Blue #6DCFF1
Tints of Turquoise Blue #6DCFF1
RGB
CMYK
RGB Variations
Color information
#6DCFF1 (or 0x6DCFF1) is known color: Turquoise Blue. HEX triplet: 6D, CF and F1. RGB value is (109,207,241). Sum of RGB (Red+Green+Blue) = 109+207+241=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DCFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCFF1 is #92300E. Grayscale: #B5B5B5. Windows color (decimal): -9580559 or 15847277. OLE color: 15847277.
HSL color Cylindrical-coordinate representation of color #6DCFF1: hue angle of 195.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DCFF1 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 207 | 241 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.05 |
| HSL | 195.45º | 0.83% | 0.69% | - |
| HSV(B) | 195.45º | 0.55% | 0.95% | - |
| XYZ | 44.5 | 54.23 | 91.34 | - |
| YUV | 181.57 | 161.53 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 241 | 0.55 | 0.14 | 0 | 0.05 | 195.45 | 0.83 | 0.69 |
| Hex | 6D | CF | F1 | 37 | E | 0 | 5 | C3 | 52 | 45 |
| Octal | 155 | 317 | 361 | 67 | 16 | 0 | 5 | 303 | 122 | 105 |
| Binary | 1101101 | 11001111 | 11110001 | 110111 | 1110 | 0 | 101 | 11000011 | 1010010 | 1000101 |
Color Harmonies of #6DCFF1
Complementary color
Monochromatic Colors of #6DCFF1
Black with #6DCFF1
Text Example
Text Example
White with #6DCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFF1; }
p { color: rgb(109,207,241); }
H1.HeaderClassName
{
color: #6DCFF1;
}
.AnyTagClassName
{
color: #6DCFF1;
}
</style>
background-color css
<style>
a { background-color: #6DCFF1; }
a { background-color: rgb(109,207,241); }
div.DivClassName
{
background-color: #6DCFF1;
}
.BgClassName
{
background-color: #6DCFF1;
}
</style>
border-color css
<style>
span { border-color: #6DCFF1; }
span { border-color: rgb(109,207,241); }
td.TdClassName
{
border-color: #6DCFF1;
}
.TagClassName
{
border-color: #6DCFF1;
}
</style>