Shades of Pale Turquoise #AFFBEF
Tints of Pale Turquoise #AFFBEF
RGB
CMYK
RGB Variations
Color information
#AFFBEF (or 0xAFFBEF) is known color: Pale Turquoise. HEX triplet: AF, FB and EF. RGB value is (175,251,239). Sum of RGB (Red+Green+Blue) = 175+251+239=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBEF is #500410. Grayscale: #E2E2E2. Windows color (decimal): -5243921 or 15727535. OLE color: 15727535.
HSL color Cylindrical-coordinate representation of color #AFFBEF: hue angle of 170.53º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBEF is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 239 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.02 |
| HSL | 170.53º | 0.9% | 0.84% | - |
| HSV(B) | 170.53º | 0.3% | 0.98% | - |
| XYZ | 67.76 | 84.34 | 94.37 | - |
| YUV | 226.91 | 134.82 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 239 | 0.30 | 0 | 0.05 | 0.02 | 170.53 | 0.9 | 0.84 |
| Hex | AF | FB | EF | 1E | 0 | 5 | 2 | AB | 5A | 54 |
| Octal | 257 | 373 | 357 | 36 | 0 | 5 | 2 | 253 | 132 | 124 |
| Binary | 10101111 | 11111011 | 11101111 | 11110 | 0 | 101 | 10 | 10101011 | 1011010 | 1010100 |
Color Harmonies of #AFFBEF
Complementary color
Monochromatic Colors of #AFFBEF
Black with #AFFBEF
Text Example
Text Example
White with #AFFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBEF; }
p { color: rgb(175,251,239); }
H1.HeaderClassName
{
color: #AFFBEF;
}
.AnyTagClassName
{
color: #AFFBEF;
}
</style>
background-color css
<style>
a { background-color: #AFFBEF; }
a { background-color: rgb(175,251,239); }
div.DivClassName
{
background-color: #AFFBEF;
}
.BgClassName
{
background-color: #AFFBEF;
}
</style>
border-color css
<style>
span { border-color: #AFFBEF; }
span { border-color: rgb(175,251,239); }
td.TdClassName
{
border-color: #AFFBEF;
}
.TagClassName
{
border-color: #AFFBEF;
}
</style>