Shades of Pale Turquoise #AFF3FB
Tints of Pale Turquoise #AFF3FB
RGB
CMYK
RGB Variations
Color information
#AFF3FB (or 0xAFF3FB) is known color: Pale Turquoise. HEX triplet: AF, F3 and FB. RGB value is (175,243,251). Sum of RGB (Red+Green+Blue) = 175+243+251=669 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.16% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFF3FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3FB is #500C04. Grayscale: #DFDFDF. Windows color (decimal): -5245957 or 16511919. OLE color: 16511919.
HSL color Cylindrical-coordinate representation of color #AFF3FB: hue angle of 186.32º 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 #AFF3FB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 243 | 251 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.02 |
| HSL | 186.32º | 0.9% | 0.84% | - |
| HSV(B) | 186.32º | 0.3% | 0.98% | - |
| XYZ | 67.14 | 80.18 | 103.2 | - |
| YUV | 223.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 251 | 0.30 | 0.03 | 0 | 0.02 | 186.32 | 0.9 | 0.84 |
| Hex | AF | F3 | FB | 1E | 3 | 0 | 2 | BA | 5A | 54 |
| Octal | 257 | 363 | 373 | 36 | 3 | 0 | 2 | 272 | 132 | 124 |
| Binary | 10101111 | 11110011 | 11111011 | 11110 | 11 | 0 | 10 | 10111010 | 1011010 | 1010100 |
Color Harmonies of #AFF3FB
Complementary color
Monochromatic Colors of #AFF3FB
Black with #AFF3FB
Text Example
Text Example
White with #AFF3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3FB; }
p { color: rgb(175,243,251); }
H1.HeaderClassName
{
color: #AFF3FB;
}
.AnyTagClassName
{
color: #AFF3FB;
}
</style>
background-color css
<style>
a { background-color: #AFF3FB; }
a { background-color: rgb(175,243,251); }
div.DivClassName
{
background-color: #AFF3FB;
}
.BgClassName
{
background-color: #AFF3FB;
}
</style>
border-color css
<style>
span { border-color: #AFF3FB; }
span { border-color: rgb(175,243,251); }
td.TdClassName
{
border-color: #AFF3FB;
}
.TagClassName
{
border-color: #AFF3FB;
}
</style>