Html Css Color HEX #AFF6FA Pale Turquoise

📋 copy color: '#AFF6FA'

red 175 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #AFF6FA

Tints of Pale Turquoise #AFF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.66%

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

R = 26.08%
G = 36.66%
B = 37.26%

CMYK

 C value IS 0.3

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFF6FA (or 0xAFF6FA) is known color: Pale Turquoise. HEX triplet: AF, F6 and FA. RGB value is (175,246,250). Sum of RGB (Red+Green+Blue) = 175+246+250=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6FA is #500905. Grayscale: #E1E1E1. Windows color (decimal): -5245190 or 16447151. OLE color: 16447151.

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

Color convert

RGB 175 246 250 -
CMYK 0.3 0.02 0 0.02
HSL 183.2º 0.88% 0.83% -
HSV(B) 183.2º 0.3% 0.98% -
XYZ 67.89 81.93 102.68 -
YUV 225.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 175 246 250 0.3 0.02 0 0.02 183.2 0.88 0.83
Hex AF F6 FA 1E 2 0 2 B7 58 53
Octal 257 366 372 36 2 0 2 267 130 123
Binary 10101111 11110110 11111010 11110 10 0 10 10110111 1011000 1010011

Color Harmonies of #AFF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6FA

Black with #AFF6FA

Text Example


Text Example

White with #AFF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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