Shades of Pale Turquoise #AFECEF
Tints of Pale Turquoise #AFECEF
RGB
CMYK
RGB Variations
Color information
#AFECEF (or 0xAFECEF) is known color: Pale Turquoise. HEX triplet: AF, EC and EF. RGB value is (175,236,239). Sum of RGB (Red+Green+Blue) = 175+236+239=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECEF is #501310. Grayscale: #DADADA. Windows color (decimal): -5247761 or 15723695. OLE color: 15723695.
HSL color Cylindrical-coordinate representation of color #AFECEF: hue angle of 182.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFECEF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 236 | 239 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.06 |
| HSL | 182.81º | 0.67% | 0.81% | - |
| HSV(B) | 182.81º | 0.27% | 0.94% | - |
| XYZ | 63.25 | 75.34 | 92.87 | - |
| YUV | 218.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 239 | 0.27 | 0.01 | 0 | 0.06 | 182.81 | 0.67 | 0.81 |
| Hex | AF | EC | EF | 1B | 1 | 0 | 6 | B7 | 43 | 51 |
| Octal | 257 | 354 | 357 | 33 | 1 | 0 | 6 | 267 | 103 | 121 |
| Binary | 10101111 | 11101100 | 11101111 | 11011 | 1 | 0 | 110 | 10110111 | 1000011 | 1010001 |
Color Harmonies of #AFECEF
Complementary color
Monochromatic Colors of #AFECEF
Black with #AFECEF
Text Example
Text Example
White with #AFECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECEF; }
p { color: rgb(175,236,239); }
H1.HeaderClassName
{
color: #AFECEF;
}
.AnyTagClassName
{
color: #AFECEF;
}
</style>
background-color css
<style>
a { background-color: #AFECEF; }
a { background-color: rgb(175,236,239); }
div.DivClassName
{
background-color: #AFECEF;
}
.BgClassName
{
background-color: #AFECEF;
}
</style>
border-color css
<style>
span { border-color: #AFECEF; }
span { border-color: rgb(175,236,239); }
td.TdClassName
{
border-color: #AFECEF;
}
.TagClassName
{
border-color: #AFECEF;
}
</style>