Html Css Color HEX #AFF0FA Pale Turquoise

📋 copy color: '#AFF0FA'

red 175 ◦ green 240 ◦ blue 250

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

Shades of Pale Turquoise #AFF0FA

Tints of Pale Turquoise #AFF0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 26.32%
G = 36.09%
B = 37.59%

CMYK

 C value IS 0.3

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFF0FA (or 0xAFF0FA) is known color: Pale Turquoise. HEX triplet: AF, F0 and FA. RGB value is (175,240,250). Sum of RGB (Red+Green+Blue) = 175+240+250=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0FA is #500F05. Grayscale: #DDDDDD. Windows color (decimal): -5246726 or 16445615. OLE color: 16445615.

HSL color Cylindrical-coordinate representation of color #AFF0FA: hue angle of 188º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF0FA is Cyan = 0.3, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 240 250 -
CMYK 0.3 0.04 0 0.02
HSL 188º 0.88% 0.83% -
HSV(B) 188º 0.3% 0.98% -
XYZ 66.09 78.34 102.08 -
YUV 221.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 175 240 250 0.3 0.04 0 0.02 188 0.88 0.83
Hex AF F0 FA 1E 4 0 2 BC 58 53
Octal 257 360 372 36 4 0 2 274 130 123
Binary 10101111 11110000 11111010 11110 100 0 10 10111100 1011000 1010011

Color Harmonies of #AFF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0FA

Black with #AFF0FA

Text Example


Text Example

White with #AFF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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