Html Css Color HEX #AFF0FF Pale Turquoise

📋 copy color: '#AFF0FF'

red 175 ◦ green 240 ◦ blue 255

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

Shades of Pale Turquoise #AFF0FF

Tints of Pale Turquoise #AFF0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.82%

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

R = 26.12%
G = 35.82%
B = 38.06%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFF0FF (or 0xAFF0FF) is known color: Pale Turquoise. HEX triplet: AF, F0 and FF. RGB value is (175,240,255). Sum of RGB (Red+Green+Blue) = 175+240+255=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0FF is #500F00. Grayscale: #DEDEDE. Windows color (decimal): -5246721 or 16773295. OLE color: 16773295.

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

Color convert

RGB 175 240 255 -
CMYK 0.31 0.06 0 0
HSL 191.25º 1% 0.84% -
HSV(B) 191.25º 0.31% 1% -
XYZ 66.89 78.65 106.26 -
YUV 222.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 175 240 255 0.31 0.06 0 0 191.25 1 0.84
Hex AF F0 FF 1F 6 0 0 BF 64 54
Octal 257 360 377 37 6 0 0 277 144 124
Binary 10101111 11110000 11111111 11111 110 0 0 10111111 1100100 1010100

Color Harmonies of #AFF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0FF

Black with #AFF0FF

Text Example


Text Example

White with #AFF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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