Html Css Color HEX #AFF8FF Pale Turquoise

📋 copy color: '#AFF8FF'

red 175 ◦ green 248 ◦ blue 255

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

Shades of Pale Turquoise #AFF8FF

Tints of Pale Turquoise #AFF8FF

RGB

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

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

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

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

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 175 248 255 -
CMYK 0.31 0.03 0 0
HSL 185.25º 1% 0.84% -
HSV(B) 185.25º 0.31% 1% -
XYZ 69.3 83.47 107.07 -
YUV 226.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 175 248 255 0.31 0.03 0 0 185.25 1 0.84
Hex AF F8 FF 1F 3 0 0 B9 64 54
Octal 257 370 377 37 3 0 0 271 144 124
Binary 10101111 11111000 11111111 11111 11 0 0 10111001 1100100 1010100

Color Harmonies of #AFF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8FF

Black with #AFF8FF

Text Example


Text Example

White with #AFF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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