Shades of Bright Turquoise #07D4EA
Tints of Bright Turquoise #07D4EA
RGB
CMYK
RGB Variations
Color information
#07D4EA (or 0x07D4EA) is known color: Bright Turquoise. HEX triplet: 07, D4 and EA. RGB value is (7,212,234). Sum of RGB (Red+Green+Blue) = 7+212+234=453 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #07D4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D4EA is #F82B15. Grayscale: #989898. Windows color (decimal): -16263958 or 15389703. OLE color: 15389703.
HSL color Cylindrical-coordinate representation of color #07D4EA: hue angle of 185.81º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D4EA is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 212 | 234 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.08 |
| HSL | 185.82º | 0.94% | 0.47% | - |
| HSV(B) | 185.82º | 0.97% | 0.92% | - |
| XYZ | 38.48 | 53.07 | 86.06 | - |
| YUV | 153.21 | 173.58 | 23.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 212 | 234 | 0.97 | 0.09 | 0 | 0.08 | 185.82 | 0.94 | 0.47 |
| Hex | 7 | D4 | EA | 61 | 9 | 0 | 8 | BA | 5E | 2F |
| Octal | 7 | 324 | 352 | 141 | 11 | 0 | 10 | 272 | 136 | 57 |
| Binary | 111 | 11010100 | 11101010 | 1100001 | 1001 | 0 | 1000 | 10111010 | 1011110 | 101111 |
Color Harmonies of #07D4EA
Complementary color
Monochromatic Colors of #07D4EA
Black with #07D4EA
Text Example
Text Example
White with #07D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D4EA; }
p { color: rgb(7,212,234); }
H1.HeaderClassName
{
color: #07D4EA;
}
.AnyTagClassName
{
color: #07D4EA;
}
</style>
background-color css
<style>
a { background-color: #07D4EA; }
a { background-color: rgb(7,212,234); }
div.DivClassName
{
background-color: #07D4EA;
}
.BgClassName
{
background-color: #07D4EA;
}
</style>
border-color css
<style>
span { border-color: #07D4EA; }
span { border-color: rgb(7,212,234); }
td.TdClassName
{
border-color: #07D4EA;
}
.TagClassName
{
border-color: #07D4EA;
}
</style>