Html Css Color HEX #AFFFF9 Pale Turquoise

📋 copy color: '#AFFFF9'

red 175 ◦ green 255 ◦ blue 249

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

Shades of Pale Turquoise #AFFFF9

Tints of Pale Turquoise #AFFFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.67%

R = 25.77%
G = 37.56%
B = 36.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#AFFFF9 (or 0xAFFFF9) is known color: Pale Turquoise. HEX triplet: AF, FF and F9. RGB value is (175,255,249). Sum of RGB (Red+Green+Blue) = 175+255+249=679 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.77% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF9 is #500006. Grayscale: #E6E6E6. Windows color (decimal): -5242887 or 16383919. OLE color: 16383919.

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

Color convert

RGB 175 255 249 -
CMYK 0.31 0 0.02 0
HSL 175.5º 1% 0.84% -
HSV(B) 175.5º 0.31% 1% -
XYZ 70.54 87.47 102.79 -
YUV 230.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 175 255 249 0.31 0 0.02 0 175.5 1 0.84
Hex AF FF F9 1F 0 2 0 B0 64 54
Octal 257 377 371 37 0 2 0 260 144 124
Binary 10101111 11111111 11111001 11111 0 10 0 10110000 1100100 1010100

Color Harmonies of #AFFFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFF9

Black with #AFFFF9

Text Example


Text Example

White with #AFFFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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