Shades of Pale Turquoise #AFEEF2
Tints of Pale Turquoise #AFEEF2
RGB
CMYK
RGB Variations
Color information
#AFEEF2 (or 0xAFEEF2) is known color: Pale Turquoise. HEX triplet: AF, EE and F2. RGB value is (175,238,242). Sum of RGB (Red+Green+Blue) = 175+238+242=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFEEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEF2 is #50110D. Grayscale: #DBDBDB. Windows color (decimal): -5247246 or 15920815. OLE color: 15920815.
HSL color Cylindrical-coordinate representation of color #AFEEF2: hue angle of 183.58º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEEF2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 238 | 242 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.05 |
| HSL | 183.58º | 0.72% | 0.82% | - |
| HSV(B) | 183.58º | 0.28% | 0.95% | - |
| XYZ | 64.28 | 76.67 | 95.42 | - |
| YUV | 219.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 242 | 0.28 | 0.02 | 0 | 0.05 | 183.58 | 0.72 | 0.82 |
| Hex | AF | EE | F2 | 1C | 2 | 0 | 5 | B8 | 48 | 52 |
| Octal | 257 | 356 | 362 | 34 | 2 | 0 | 5 | 270 | 110 | 122 |
| Binary | 10101111 | 11101110 | 11110010 | 11100 | 10 | 0 | 101 | 10111000 | 1001000 | 1010010 |
Color Harmonies of #AFEEF2
Complementary color
Monochromatic Colors of #AFEEF2
Black with #AFEEF2
Text Example
Text Example
White with #AFEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEF2; }
p { color: rgb(175,238,242); }
H1.HeaderClassName
{
color: #AFEEF2;
}
.AnyTagClassName
{
color: #AFEEF2;
}
</style>
background-color css
<style>
a { background-color: #AFEEF2; }
a { background-color: rgb(175,238,242); }
div.DivClassName
{
background-color: #AFEEF2;
}
.BgClassName
{
background-color: #AFEEF2;
}
</style>
border-color css
<style>
span { border-color: #AFEEF2; }
span { border-color: rgb(175,238,242); }
td.TdClassName
{
border-color: #AFEEF2;
}
.TagClassName
{
border-color: #AFEEF2;
}
</style>