Shades of Pale Turquoise #AFEBED
Tints of Pale Turquoise #AFEBED
RGB
CMYK
RGB Variations
Color information
#AFEBED (or 0xAFEBED) is known color: Pale Turquoise. HEX triplet: AF, EB and ED. RGB value is (175,235,237). Sum of RGB (Red+Green+Blue) = 175+235+237=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBED is #501412. Grayscale: #D9D9D9. Windows color (decimal): -5248019 or 15592367. OLE color: 15592367.
HSL color Cylindrical-coordinate representation of color #AFEBED: hue angle of 181.94º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBED is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 175 | 235 | 237 | - |
CMYK | 0.26 | 0.01 | 0 | 0.07 |
HSL | 181.94º | 0.63% | 0.81% | - |
HSV(B) | 181.94º | 0.26% | 0.93% | - |
XYZ | 62.67 | 74.65 | 91.23 | - |
YUV | 217.29 | 139.12 | 97.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 235 | 237 | 0.26 | 0.01 | 0 | 0.07 | 181.94 | 0.63 | 0.81 |
Hex | AF | EB | ED | 1A | 1 | 0 | 7 | B6 | 3F | 51 |
Octal | 257 | 353 | 355 | 32 | 1 | 0 | 7 | 266 | 77 | 121 |
Binary | 10101111 | 11101011 | 11101101 | 11010 | 1 | 0 | 111 | 10110110 | 111111 | 1010001 |
Color Harmonies of #AFEBED
Complementary color
Monochromatic Colors of #AFEBED
Black with #AFEBED
Text Example
Text Example
White with #AFEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBED; }
p { color: rgb(175,235,237); }
H1.HeaderClassName
{
color: #AFEBED;
}
.AnyTagClassName
{
color: #AFEBED;
}
</style>
background-color css
<style>
a { background-color: #AFEBED; }
a { background-color: rgb(175,235,237); }
div.DivClassName
{
background-color: #AFEBED;
}
.BgClassName
{
background-color: #AFEBED;
}
</style>
border-color css
<style>
span { border-color: #AFEBED; }
span { border-color: rgb(175,235,237); }
td.TdClassName
{
border-color: #AFEBED;
}
.TagClassName
{
border-color: #AFEBED;
}
</style>