Shades of Baby Blue #52F2F1
Tints of Baby Blue #52F2F1
RGB
CMYK
RGB Variations
Color information
#52F2F1 (or 0x52F2F1) is known color: Baby Blue. HEX triplet: 52, F2 and F1. RGB value is (82,242,241). Sum of RGB (Red+Green+Blue) = 82+242+241=565 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.51% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F2F1 is #AD0D0E. Grayscale: #C1C1C1. Windows color (decimal): -11341071 or 15856210. OLE color: 15856210.
HSL color Cylindrical-coordinate representation of color #52F2F1: hue angle of 179.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2F1 is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 241 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.05 |
| HSL | 179.63º | 0.86% | 0.64% | - |
| HSV(B) | 179.63º | 0.66% | 0.95% | - |
| XYZ | 51.11 | 71.65 | 94.36 | - |
| YUV | 194.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 241 | 0.66 | 0 | 0.00 | 0.05 | 179.63 | 0.86 | 0.64 |
| Hex | 52 | F2 | F1 | 42 | 0 | 0 | 5 | B4 | 56 | 40 |
| Octal | 122 | 362 | 361 | 102 | 0 | 0 | 5 | 264 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11110001 | 1000010 | 0 | 0 | 101 | 10110100 | 1010110 | 1000000 |
Color Harmonies of #52F2F1
Complementary color
Monochromatic Colors of #52F2F1
Black with #52F2F1
Text Example
Text Example
White with #52F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2F1; }
p { color: rgb(82,242,241); }
H1.HeaderClassName
{
color: #52F2F1;
}
.AnyTagClassName
{
color: #52F2F1;
}
</style>
background-color css
<style>
a { background-color: #52F2F1; }
a { background-color: rgb(82,242,241); }
div.DivClassName
{
background-color: #52F2F1;
}
.BgClassName
{
background-color: #52F2F1;
}
</style>
border-color css
<style>
span { border-color: #52F2F1; }
span { border-color: rgb(82,242,241); }
td.TdClassName
{
border-color: #52F2F1;
}
.TagClassName
{
border-color: #52F2F1;
}
</style>