Html Css Color HEX #AFFEF2 Pale Turquoise

📋 copy color: '#AFFEF2'

red 175 ◦ green 254 ◦ blue 242

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

Shades of Pale Turquoise #AFFEF2

Tints of Pale Turquoise #AFFEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.85%

 BLUE value IS 242 (94.92% from 255) = 36.07%

R = 26.08%
G = 37.85%
B = 36.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#AFFEF2 (or 0xAFFEF2) is known color: Pale Turquoise. HEX triplet: AF, FE and F2. RGB value is (175,254,242). Sum of RGB (Red+Green+Blue) = 175+254+242=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEF2 is #50010D. Grayscale: #E4E4E4. Windows color (decimal): -5243150 or 15924911. OLE color: 15924911.

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

Color convert

RGB 175 254 242 -
CMYK 0.31 0 0.05 0.00
HSL 170.89º 0.98% 0.84% -
HSV(B) 170.89º 0.31% 1% -
XYZ 69.15 86.41 97.04 -
YUV 229.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 175 254 242 0.31 0 0.05 0.00 170.89 0.98 0.84
Hex AF FE F2 1F 0 5 0 AB 62 54
Octal 257 376 362 37 0 5 0 253 142 124
Binary 10101111 11111110 11110010 11111 0 101 0 10101011 1100010 1010100

Color Harmonies of #AFFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEF2

Black with #AFFEF2

Text Example


Text Example

White with #AFFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEF2; }

 p { color: rgb(175,254,242); }

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

background-color css

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

 a { background-color: rgb(175,254,242); }

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

border-color css

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

 span { border-color: rgb(175,254,242); }

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