Shades of Pale Turquoise #AFFBFB
Tints of Pale Turquoise #AFFBFB
RGB
CMYK
RGB Variations
Color information
#AFFBFB (or 0xAFFBFB) is known color: Pale Turquoise. HEX triplet: AF, FB and FB. RGB value is (175,251,251). Sum of RGB (Red+Green+Blue) = 175+251+251=677 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.85% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #AFFBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBFB is #500404. Grayscale: #E4E4E4. Windows color (decimal): -5243909 or 16513967. OLE color: 16513967.
HSL color Cylindrical-coordinate representation of color #AFFBFB: hue angle of 180º 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 #AFFBFB is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 251 | - |
| CMYK | 0.30 | 0 | 0 | 0.02 |
| HSL | 180º | 0.9% | 0.84% | - |
| HSV(B) | 180º | 0.3% | 0.98% | - |
| XYZ | 69.59 | 85.07 | 104.02 | - |
| YUV | 228.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 251 | 0.30 | 0 | 0 | 0.02 | 180 | 0.9 | 0.84 |
| Hex | AF | FB | FB | 1E | 0 | 0 | 2 | B4 | 5A | 54 |
| Octal | 257 | 373 | 373 | 36 | 0 | 0 | 2 | 264 | 132 | 124 |
| Binary | 10101111 | 11111011 | 11111011 | 11110 | 0 | 0 | 10 | 10110100 | 1011010 | 1010100 |
Color Harmonies of #AFFBFB
Complementary color
Monochromatic Colors of #AFFBFB
Black with #AFFBFB
Text Example
Text Example
White with #AFFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBFB; }
p { color: rgb(175,251,251); }
H1.HeaderClassName
{
color: #AFFBFB;
}
.AnyTagClassName
{
color: #AFFBFB;
}
</style>
background-color css
<style>
a { background-color: #AFFBFB; }
a { background-color: rgb(175,251,251); }
div.DivClassName
{
background-color: #AFFBFB;
}
.BgClassName
{
background-color: #AFFBFB;
}
</style>
border-color css
<style>
span { border-color: #AFFBFB; }
span { border-color: rgb(175,251,251); }
td.TdClassName
{
border-color: #AFFBFB;
}
.TagClassName
{
border-color: #AFFBFB;
}
</style>