Html Css Color HEX #AFF9FF Pale Turquoise

📋 copy color: '#AFF9FF'

red 175 ◦ green 249 ◦ blue 255

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

Shades of Pale Turquoise #AFF9FF

Tints of Pale Turquoise #AFF9FF

RGB

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

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

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

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

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 175 249 255 -
CMYK 0.31 0.02 0 0
HSL 184.5º 1% 0.84% -
HSV(B) 184.5º 0.31% 1% -
XYZ 69.6 84.09 107.17 -
YUV 227.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 175 249 255 0.31 0.02 0 0 184.5 1 0.84
Hex AF F9 FF 1F 2 0 0 B8 64 54
Octal 257 371 377 37 2 0 0 270 144 124
Binary 10101111 11111001 11111111 11111 10 0 0 10111000 1100100 1010100

Color Harmonies of #AFF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9FF

Black with #AFF9FF

Text Example


Text Example

White with #AFF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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