Html Css Color HEX #AFF2FA Pale Turquoise

📋 copy color: '#AFF2FA'

red 175 ◦ green 242 ◦ blue 250

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

Shades of Pale Turquoise #AFF2FA

Tints of Pale Turquoise #AFF2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.28%

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

R = 26.24%
G = 36.28%
B = 37.48%

CMYK

 C value IS 0.3

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFF2FA (or 0xAFF2FA) is known color: Pale Turquoise. HEX triplet: AF, F2 and FA. RGB value is (175,242,250). Sum of RGB (Red+Green+Blue) = 175+242+250=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2FA is #500D05. Grayscale: #DEDEDE. Windows color (decimal): -5246214 or 16446127. OLE color: 16446127.

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

Color convert

RGB 175 242 250 -
CMYK 0.3 0.03 0 0.02
HSL 186.4º 0.88% 0.83% -
HSV(B) 186.4º 0.3% 0.98% -
XYZ 66.69 79.52 102.28 -
YUV 222.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 175 242 250 0.3 0.03 0 0.02 186.4 0.88 0.83
Hex AF F2 FA 1E 3 0 2 BA 58 53
Octal 257 362 372 36 3 0 2 272 130 123
Binary 10101111 11110010 11111010 11110 11 0 10 10111010 1011000 1010011

Color Harmonies of #AFF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2FA

Black with #AFF2FA

Text Example


Text Example

White with #AFF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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