Html Css Color HEX #AFFFF2 Pale Turquoise

📋 copy color: '#AFFFF2'

red 175 ◦ green 255 ◦ blue 242

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

Shades of Pale Turquoise #AFFFF2

Tints of Pale Turquoise #AFFFF2

RGB

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

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

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

R = 26.04%
G = 37.95%
B = 36.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#AFFFF2 (or 0xAFFFF2) is known color: Pale Turquoise. HEX triplet: AF, FF and F2. RGB value is (175,255,242). Sum of RGB (Red+Green+Blue) = 175+255+242=672 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.04% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF2 is #50000D. Grayscale: #E5E5E5. Windows color (decimal): -5242894 or 15925167. OLE color: 15925167.

HSL color Cylindrical-coordinate representation of color #AFFFF2: hue angle of 170.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 #AFFFF2 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 242 -
CMYK 0.31 0 0.05 0
HSL 170.25º 1% 0.84% -
HSV(B) 170.25º 0.31% 1% -
XYZ 69.47 87.04 97.14 -
YUV 229.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 175 255 242 0.31 0 0.05 0 170.25 1 0.84
Hex AF FF F2 1F 0 5 0 AA 64 54
Octal 257 377 362 37 0 5 0 252 144 124
Binary 10101111 11111111 11110010 11111 0 101 0 10101010 1100100 1010100

Color Harmonies of #AFFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFF2

Black with #AFFFF2

Text Example


Text Example

White with #AFFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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