Shades of Turquoise #45FCC4
Tints of Turquoise #45FCC4
RGB
CMYK
RGB Variations
Color information
#45FCC4 (or 0x45FCC4) is known color: Turquoise. HEX triplet: 45, FC and C4. RGB value is (69,252,196). Sum of RGB (Red+Green+Blue) = 69+252+196=517 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.35% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #45FCC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FCC4 is #BA033B. Grayscale: #BEBEBE. Windows color (decimal): -12190524 or 12909637. OLE color: 12909637.
HSL color Cylindrical-coordinate representation of color #45FCC4: hue angle of 161.64º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FCC4 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 252 | 196 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.01 |
| HSL | 161.64º | 0.97% | 0.63% | - |
| HSV(B) | 161.64º | 0.73% | 0.99% | - |
| XYZ | 47.23 | 74.87 | 64.19 | - |
| YUV | 190.9 | 130.87 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 252 | 196 | 0.73 | 0 | 0.22 | 0.01 | 161.64 | 0.97 | 0.63 |
| Hex | 45 | FC | C4 | 49 | 0 | 16 | 1 | A2 | 61 | 3F |
| Octal | 105 | 374 | 304 | 111 | 0 | 26 | 1 | 242 | 141 | 77 |
| Binary | 1000101 | 11111100 | 11000100 | 1001001 | 0 | 10110 | 1 | 10100010 | 1100001 | 111111 |
Color Harmonies of #45FCC4
Complementary color
Monochromatic Colors of #45FCC4
Black with #45FCC4
Text Example
Text Example
White with #45FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FCC4; }
p { color: rgb(69,252,196); }
H1.HeaderClassName
{
color: #45FCC4;
}
.AnyTagClassName
{
color: #45FCC4;
}
</style>
background-color css
<style>
a { background-color: #45FCC4; }
a { background-color: rgb(69,252,196); }
div.DivClassName
{
background-color: #45FCC4;
}
.BgClassName
{
background-color: #45FCC4;
}
</style>
border-color css
<style>
span { border-color: #45FCC4; }
span { border-color: rgb(69,252,196); }
td.TdClassName
{
border-color: #45FCC4;
}
.TagClassName
{
border-color: #45FCC4;
}
</style>