Html Css Color HEX #AFFAF8 Pale Turquoise

📋 copy color: '#AFFAF8'

red 175 ◦ green 250 ◦ blue 248

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

Shades of Pale Turquoise #AFFAF8

Tints of Pale Turquoise #AFFAF8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.15%

 BLUE value IS 248 (97.27% from 255) = 36.85%

R = 26%
G = 37.15%
B = 36.85%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#AFFAF8 (or 0xAFFAF8) is known color: Pale Turquoise. HEX triplet: AF, FA and F8. RGB value is (175,250,248). Sum of RGB (Red+Green+Blue) = 175+250+248=673 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.00% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFAF8 is #500507. Grayscale: #E3E3E3. Windows color (decimal): -5244168 or 16317103. OLE color: 16317103.

HSL color Cylindrical-coordinate representation of color #AFFAF8: hue angle of 178.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAF8 is Cyan = 0.3, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 248 -
CMYK 0.3 0 0.01 0.02
HSL 178.4º 0.88% 0.83% -
HSV(B) 178.4º 0.3% 0.98% -
XYZ 68.81 84.26 101.44 -
YUV 227.35 139.65 90.66 -
System Red Green Blue C M Y K H S L
Decimal 175 250 248 0.3 0 0.01 0.02 178.4 0.88 0.83
Hex AF FA F8 1E 0 1 2 B2 58 53
Octal 257 372 370 36 0 1 2 262 130 123
Binary 10101111 11111010 11111000 11110 0 1 10 10110010 1011000 1010011

Color Harmonies of #AFFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAF8

Black with #AFFAF8

Text Example


Text Example

White with #AFFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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