Html Css Color HEX #AFFFF8 Pale Turquoise

📋 copy color: '#AFFFF8'

red 175 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #AFFFF8

Tints of Pale Turquoise #AFFFF8

RGB

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

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

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

R = 25.81%
G = 37.61%
B = 36.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#AFFFF8 (or 0xAFFFF8) is known color: Pale Turquoise. HEX triplet: AF, FF and F8. RGB value is (175,255,248). Sum of RGB (Red+Green+Blue) = 175+255+248=678 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.81% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF8 is #500007. Grayscale: #E6E6E6. Windows color (decimal): -5242888 or 16318383. OLE color: 16318383.

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

Color convert

RGB 175 255 248 -
CMYK 0.31 0 0.03 0
HSL 174.75º 1% 0.84% -
HSV(B) 174.75º 0.31% 1% -
XYZ 70.38 87.41 101.97 -
YUV 230.28 138 88.57 -
System Red Green Blue C M Y K H S L
Decimal 175 255 248 0.31 0 0.03 0 174.75 1 0.84
Hex AF FF F8 1F 0 3 0 AF 64 54
Octal 257 377 370 37 0 3 0 257 144 124
Binary 10101111 11111111 11111000 11111 0 11 0 10101111 1100100 1010100

Color Harmonies of #AFFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFF8

Black with #AFFFF8

Text Example


Text Example

White with #AFFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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