Shades of Pale Turquoise #AFF0F3
Tints of Pale Turquoise #AFF0F3
RGB
CMYK
RGB Variations
Color information
#AFF0F3 (or 0xAFF0F3) is known color: Pale Turquoise. HEX triplet: AF, F0 and F3. RGB value is (175,240,243). Sum of RGB (Red+Green+Blue) = 175+240+243=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFF0F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0F3 is #500F0C. Grayscale: #DCDCDC. Windows color (decimal): -5246733 or 15986863. OLE color: 15986863.
HSL color Cylindrical-coordinate representation of color #AFF0F3: hue angle of 182.65º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF0F3 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 240 | 243 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.05 |
| HSL | 182.65º | 0.74% | 0.82% | - |
| HSV(B) | 182.65º | 0.28% | 0.95% | - |
| XYZ | 65.02 | 77.91 | 96.4 | - |
| YUV | 220.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 243 | 0.28 | 0.01 | 0 | 0.05 | 182.65 | 0.74 | 0.82 |
| Hex | AF | F0 | F3 | 1C | 1 | 0 | 5 | B7 | 4A | 52 |
| Octal | 257 | 360 | 363 | 34 | 1 | 0 | 5 | 267 | 112 | 122 |
| Binary | 10101111 | 11110000 | 11110011 | 11100 | 1 | 0 | 101 | 10110111 | 1001010 | 1010010 |
Color Harmonies of #AFF0F3
Complementary color
Monochromatic Colors of #AFF0F3
Black with #AFF0F3
Text Example
Text Example
White with #AFF0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0F3; }
p { color: rgb(175,240,243); }
H1.HeaderClassName
{
color: #AFF0F3;
}
.AnyTagClassName
{
color: #AFF0F3;
}
</style>
background-color css
<style>
a { background-color: #AFF0F3; }
a { background-color: rgb(175,240,243); }
div.DivClassName
{
background-color: #AFF0F3;
}
.BgClassName
{
background-color: #AFF0F3;
}
</style>
border-color css
<style>
span { border-color: #AFF0F3; }
span { border-color: rgb(175,240,243); }
td.TdClassName
{
border-color: #AFF0F3;
}
.TagClassName
{
border-color: #AFF0F3;
}
</style>