Html Css Color HEX #AFFFFA Pale Turquoise

📋 copy color: '#AFFFFA'

red 175 ◦ green 255 ◦ blue 250

#AFFFFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #AFFFFA

Tints of Pale Turquoise #AFFFFA

RGB

 RED value IS 175 (68.75% from 255) = 25.74%

 GREEN value IS 255 (100% from 255) = 37.5%

 BLUE value IS 250 (98.05% from 255) = 36.76%

R = 25.74%
G = 37.5%
B = 36.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFFFFA (or 0xAFFFFA) is known color: Pale Turquoise. HEX triplet: AF, FF and FA. RGB value is (175,255,250). Sum of RGB (Red+Green+Blue) = 175+255+250=680 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.74% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFFA is #500005. Grayscale: #E6E6E6. Windows color (decimal): -5242886 or 16449455. OLE color: 16449455.

HSL color Cylindrical-coordinate representation of color #AFFFFA: hue angle of 176.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFFA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 250 -
CMYK 0.31 0 0.02 0
HSL 176.25º 1% 0.84% -
HSV(B) 176.25º 0.31% 1% -
XYZ 70.69 87.54 103.61 -
YUV 230.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 175 255 250 0.31 0 0.02 0 176.25 1 0.84
Hex AF FF FA 1F 0 2 0 B0 64 54
Octal 257 377 372 37 0 2 0 260 144 124
Binary 10101111 11111111 11111010 11111 0 10 0 10110000 1100100 1010100

Color Harmonies of #AFFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFFA

Black with #AFFFFA

Text Example


Text Example

White with #AFFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFFA; }

 p { color: rgb(175,255,250); }

 H1.HeaderClassName
 {
   color: #AFFFFA;
 }
 .AnyTagClassName
 {
   color: #AFFFFA;
 }
</style>

background-color css

<style>
 a { background-color: #AFFFFA; }

 a { background-color: rgb(175,255,250); }

 div.DivClassName
 {
   background-color: #AFFFFA;
 }
 .BgClassName
 {
   background-color: #AFFFFA;
 }
</style>

border-color css

<style>
 span { border-color: #AFFFFA; }

 span { border-color: rgb(175,255,250); }

 td.TdClassName
 {
   border-color: #AFFFFA;
 }
 .TagClassName
 {
   border-color: #AFFFFA;
 }
</style>