Shades of Pale Turquoise #AFECEE
Tints of Pale Turquoise #AFECEE
RGB
CMYK
RGB Variations
Color information
#AFECEE (or 0xAFECEE) is known color: Pale Turquoise. HEX triplet: AF, EC and EE. RGB value is (175,236,238). Sum of RGB (Red+Green+Blue) = 175+236+238=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECEE is #501311. Grayscale: #D9D9D9. Windows color (decimal): -5247762 or 15658159. OLE color: 15658159.
HSL color Cylindrical-coordinate representation of color #AFECEE: hue angle of 181.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECEE is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 238 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.07 |
| HSL | 181.9º | 0.65% | 0.81% | - |
| HSV(B) | 181.9º | 0.26% | 0.93% | - |
| XYZ | 63.11 | 75.28 | 92.09 | - |
| YUV | 217.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 238 | 0.26 | 0.01 | 0 | 0.07 | 181.9 | 0.65 | 0.81 |
| Hex | AF | EC | EE | 1A | 1 | 0 | 7 | B6 | 41 | 51 |
| Octal | 257 | 354 | 356 | 32 | 1 | 0 | 7 | 266 | 101 | 121 |
| Binary | 10101111 | 11101100 | 11101110 | 11010 | 1 | 0 | 111 | 10110110 | 1000001 | 1010001 |
Color Harmonies of #AFECEE
Complementary color
Monochromatic Colors of #AFECEE
Black with #AFECEE
Text Example
Text Example
White with #AFECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECEE; }
p { color: rgb(175,236,238); }
H1.HeaderClassName
{
color: #AFECEE;
}
.AnyTagClassName
{
color: #AFECEE;
}
</style>
background-color css
<style>
a { background-color: #AFECEE; }
a { background-color: rgb(175,236,238); }
div.DivClassName
{
background-color: #AFECEE;
}
.BgClassName
{
background-color: #AFECEE;
}
</style>
border-color css
<style>
span { border-color: #AFECEE; }
span { border-color: rgb(175,236,238); }
td.TdClassName
{
border-color: #AFECEE;
}
.TagClassName
{
border-color: #AFECEE;
}
</style>