Shades of Turquoise Blue #6FDFE7
Tints of Turquoise Blue #6FDFE7
RGB
CMYK
RGB Variations
Color information
#6FDFE7 (or 0x6FDFE7) is known color: Turquoise Blue. HEX triplet: 6F, DF and E7. RGB value is (111,223,231). Sum of RGB (Red+Green+Blue) = 111+223+231=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FDFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFE7 is #902018. Grayscale: #BEBEBE. Windows color (decimal): -9445401 or 15196015. OLE color: 15196015.
HSL color Cylindrical-coordinate representation of color #6FDFE7: hue angle of 184º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FDFE7 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 223 | 231 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.09 |
| HSL | 184º | 0.71% | 0.67% | - |
| HSV(B) | 184º | 0.52% | 0.91% | - |
| XYZ | 47.37 | 61.92 | 85.06 | - |
| YUV | 190.42 | 150.89 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 231 | 0.52 | 0.03 | 0 | 0.09 | 184 | 0.71 | 0.67 |
| Hex | 6F | DF | E7 | 34 | 3 | 0 | 9 | B8 | 47 | 43 |
| Octal | 157 | 337 | 347 | 64 | 3 | 0 | 11 | 270 | 107 | 103 |
| Binary | 1101111 | 11011111 | 11100111 | 110100 | 11 | 0 | 1001 | 10111000 | 1000111 | 1000011 |
Color Harmonies of #6FDFE7
Complementary color
Monochromatic Colors of #6FDFE7
Black with #6FDFE7
Text Example
Text Example
White with #6FDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFE7; }
p { color: rgb(111,223,231); }
H1.HeaderClassName
{
color: #6FDFE7;
}
.AnyTagClassName
{
color: #6FDFE7;
}
</style>
background-color css
<style>
a { background-color: #6FDFE7; }
a { background-color: rgb(111,223,231); }
div.DivClassName
{
background-color: #6FDFE7;
}
.BgClassName
{
background-color: #6FDFE7;
}
</style>
border-color css
<style>
span { border-color: #6FDFE7; }
span { border-color: rgb(111,223,231); }
td.TdClassName
{
border-color: #6FDFE7;
}
.TagClassName
{
border-color: #6FDFE7;
}
</style>