Shades of Turquoise Blue #6FDEF8
Tints of Turquoise Blue #6FDEF8
RGB
CMYK
RGB Variations
Color information
#6FDEF8 (or 0x6FDEF8) is known color: Turquoise Blue. HEX triplet: 6F, DE and F8. RGB value is (111,222,248). Sum of RGB (Red+Green+Blue) = 111+222+248=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #6FDEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDEF8 is #902107. Grayscale: #BFBFBF. Windows color (decimal): -9445640 or 16309871. OLE color: 16309871.
HSL color Cylindrical-coordinate representation of color #6FDEF8: hue angle of 191.39º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FDEF8 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 111 | 222 | 248 | - |
CMYK | 0.55 | 0.10 | 0 | 0.03 |
HSL | 191.39º | 0.91% | 0.7% | - |
HSV(B) | 191.39º | 0.55% | 0.97% | - |
XYZ | 49.62 | 62.4 | 98.24 | - |
YUV | 191.78 | 159.73 | 70.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 222 | 248 | 0.55 | 0.10 | 0 | 0.03 | 191.39 | 0.91 | 0.7 |
Hex | 6F | DE | F8 | 37 | A | 0 | 3 | BF | 5B | 46 |
Octal | 157 | 336 | 370 | 67 | 12 | 0 | 3 | 277 | 133 | 106 |
Binary | 1101111 | 11011110 | 11111000 | 110111 | 1010 | 0 | 11 | 10111111 | 1011011 | 1000110 |
Color Harmonies of #6FDEF8
Complementary color
Monochromatic Colors of #6FDEF8
Black with #6FDEF8
Text Example
Text Example
White with #6FDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEF8; }
p { color: rgb(111,222,248); }
H1.HeaderClassName
{
color: #6FDEF8;
}
.AnyTagClassName
{
color: #6FDEF8;
}
</style>
background-color css
<style>
a { background-color: #6FDEF8; }
a { background-color: rgb(111,222,248); }
div.DivClassName
{
background-color: #6FDEF8;
}
.BgClassName
{
background-color: #6FDEF8;
}
</style>
border-color css
<style>
span { border-color: #6FDEF8; }
span { border-color: rgb(111,222,248); }
td.TdClassName
{
border-color: #6FDEF8;
}
.TagClassName
{
border-color: #6FDEF8;
}
</style>