Shades of Bright Turquoise #06F1EE
Tints of Bright Turquoise #06F1EE
RGB
CMYK
RGB Variations
Color information
#06F1EE (or 0x06F1EE) is known color: Bright Turquoise. HEX triplet: 06, F1 and EE. RGB value is (6,241,238). Sum of RGB (Red+Green+Blue) = 6+241+238=485 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #06F1EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F1EE is #F90E11. Grayscale: #AAAAAA. Windows color (decimal): -16322066 or 15659270. OLE color: 15659270.
HSL color Cylindrical-coordinate representation of color #06F1EE: hue angle of 179.23º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F1EE is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 241 | 238 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.05 |
| HSL | 179.23º | 0.95% | 0.48% | - |
| HSV(B) | 179.23º | 0.98% | 0.95% | - |
| XYZ | 46.96 | 69.12 | 91.76 | - |
| YUV | 170.39 | 166.14 | 10.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 241 | 238 | 0.98 | 0 | 0.01 | 0.05 | 179.23 | 0.95 | 0.48 |
| Hex | 6 | F1 | EE | 62 | 0 | 1 | 5 | B3 | 5F | 30 |
| Octal | 6 | 361 | 356 | 142 | 0 | 1 | 5 | 263 | 137 | 60 |
| Binary | 110 | 11110001 | 11101110 | 1100010 | 0 | 1 | 101 | 10110011 | 1011111 | 110000 |
Color Harmonies of #06F1EE
Complementary color
Monochromatic Colors of #06F1EE
Black with #06F1EE
Text Example
Text Example
White with #06F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F1EE; }
p { color: rgb(6,241,238); }
H1.HeaderClassName
{
color: #06F1EE;
}
.AnyTagClassName
{
color: #06F1EE;
}
</style>
background-color css
<style>
a { background-color: #06F1EE; }
a { background-color: rgb(6,241,238); }
div.DivClassName
{
background-color: #06F1EE;
}
.BgClassName
{
background-color: #06F1EE;
}
</style>
border-color css
<style>
span { border-color: #06F1EE; }
span { border-color: rgb(6,241,238); }
td.TdClassName
{
border-color: #06F1EE;
}
.TagClassName
{
border-color: #06F1EE;
}
</style>