Html Css Color HEX #AFFDF2 Pale Turquoise

📋 copy color: '#AFFDF2'

red 175 ◦ green 253 ◦ blue 242

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

Shades of Pale Turquoise #AFFDF2

Tints of Pale Turquoise #AFFDF2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.76%

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

R = 26.12%
G = 37.76%
B = 36.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#AFFDF2 (or 0xAFFDF2) is known color: Pale Turquoise. HEX triplet: AF, FD and F2. RGB value is (175,253,242). Sum of RGB (Red+Green+Blue) = 175+253+242=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDF2 is #50020D. Grayscale: #E4E4E4. Windows color (decimal): -5243406 or 15924655. OLE color: 15924655.

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

Color convert

RGB 175 253 242 -
CMYK 0.31 0 0.04 0.01
HSL 171.54º 0.95% 0.84% -
HSV(B) 171.54º 0.31% 0.99% -
XYZ 68.83 85.78 96.93 -
YUV 228.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 175 253 242 0.31 0 0.04 0.01 171.54 0.95 0.84
Hex AF FD F2 1F 0 4 1 AC 5F 54
Octal 257 375 362 37 0 4 1 254 137 124
Binary 10101111 11111101 11110010 11111 0 100 1 10101100 1011111 1010100

Color Harmonies of #AFFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDF2

Black with #AFFDF2

Text Example


Text Example

White with #AFFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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