Shades of Bright Turquoise #07FAE5
Tints of Bright Turquoise #07FAE5
RGB
CMYK
RGB Variations
Color information
#07FAE5 (or 0x07FAE5) is known color: Bright Turquoise. HEX triplet: 07, FA and E5. RGB value is (7,250,229). Sum of RGB (Red+Green+Blue) = 7+250+229=486 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.44% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #07FAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FAE5 is #F8051A. Grayscale: #AEAEAE. Windows color (decimal): -16254235 or 15071751. OLE color: 15071751.
HSL color Cylindrical-coordinate representation of color #07FAE5: hue angle of 174.81º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FAE5 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 250 | 229 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.02 |
| HSL | 174.81º | 0.96% | 0.5% | - |
| HSV(B) | 174.81º | 0.97% | 0.98% | - |
| XYZ | 48.42 | 74.07 | 85.87 | - |
| YUV | 174.95 | 158.49 | 8.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 250 | 229 | 0.97 | 0 | 0.08 | 0.02 | 174.81 | 0.96 | 0.5 |
| Hex | 7 | FA | E5 | 61 | 0 | 8 | 2 | AF | 60 | 32 |
| Octal | 7 | 372 | 345 | 141 | 0 | 10 | 2 | 257 | 140 | 62 |
| Binary | 111 | 11111010 | 11100101 | 1100001 | 0 | 1000 | 10 | 10101111 | 1100000 | 110010 |
Color Harmonies of #07FAE5
Complementary color
Monochromatic Colors of #07FAE5
Black with #07FAE5
Text Example
Text Example
White with #07FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FAE5; }
p { color: rgb(7,250,229); }
H1.HeaderClassName
{
color: #07FAE5;
}
.AnyTagClassName
{
color: #07FAE5;
}
</style>
background-color css
<style>
a { background-color: #07FAE5; }
a { background-color: rgb(7,250,229); }
div.DivClassName
{
background-color: #07FAE5;
}
.BgClassName
{
background-color: #07FAE5;
}
</style>
border-color css
<style>
span { border-color: #07FAE5; }
span { border-color: rgb(7,250,229); }
td.TdClassName
{
border-color: #07FAE5;
}
.TagClassName
{
border-color: #07FAE5;
}
</style>