Shades of Pale Turquoise #AFEEED
Tints of Pale Turquoise #AFEEED
RGB
CMYK
RGB Variations
Color information
#AFEEED (or 0xAFEEED) is known color: Pale Turquoise. HEX triplet: AF, EE and ED. RGB value is (175,238,237). Sum of RGB (Red+Green+Blue) = 175+238+237=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEED is #501112. Grayscale: #DADADA. Windows color (decimal): -5247251 or 15593135. OLE color: 15593135.
HSL color Cylindrical-coordinate representation of color #AFEEED: hue angle of 179.05º degrees, saturation: 0.65, 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 #AFEEED is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 175 | 238 | 237 | - |
CMYK | 0.26 | 0 | 0.00 | 0.07 |
HSL | 179.05º | 0.65% | 0.81% | - |
HSV(B) | 179.05º | 0.26% | 0.93% | - |
XYZ | 63.54 | 76.38 | 91.51 | - |
YUV | 219.05 | 138.13 | 96.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 238 | 237 | 0.26 | 0 | 0.00 | 0.07 | 179.05 | 0.65 | 0.81 |
Hex | AF | EE | ED | 1A | 0 | 0 | 7 | B3 | 41 | 51 |
Octal | 257 | 356 | 355 | 32 | 0 | 0 | 7 | 263 | 101 | 121 |
Binary | 10101111 | 11101110 | 11101101 | 11010 | 0 | 0 | 111 | 10110011 | 1000001 | 1010001 |
Color Harmonies of #AFEEED
Complementary color
Monochromatic Colors of #AFEEED
Black with #AFEEED
Text Example
Text Example
White with #AFEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEED; }
p { color: rgb(175,238,237); }
H1.HeaderClassName
{
color: #AFEEED;
}
.AnyTagClassName
{
color: #AFEEED;
}
</style>
background-color css
<style>
a { background-color: #AFEEED; }
a { background-color: rgb(175,238,237); }
div.DivClassName
{
background-color: #AFEEED;
}
.BgClassName
{
background-color: #AFEEED;
}
</style>
border-color css
<style>
span { border-color: #AFEEED; }
span { border-color: rgb(175,238,237); }
td.TdClassName
{
border-color: #AFEEED;
}
.TagClassName
{
border-color: #AFEEED;
}
</style>