Html Css Color HEX #AFF5FB Pale Turquoise

📋 copy color: '#AFF5FB'

red 175 ◦ green 245 ◦ blue 251

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

Shades of Pale Turquoise #AFF5FB

Tints of Pale Turquoise #AFF5FB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.51%

 BLUE value IS 251 (98.44% from 255) = 37.41%

R = 26.08%
G = 36.51%
B = 37.41%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFF5FB (or 0xAFF5FB) is known color: Pale Turquoise. HEX triplet: AF, F5 and FB. RGB value is (175,245,251). Sum of RGB (Red+Green+Blue) = 175+245+251=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFF5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5FB is #500A04. Grayscale: #E0E0E0. Windows color (decimal): -5245445 or 16512431. OLE color: 16512431.

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

Color convert

RGB 175 245 251 -
CMYK 0.30 0.02 0 0.02
HSL 184.74º 0.9% 0.84% -
HSV(B) 184.74º 0.3% 0.98% -
XYZ 67.74 81.38 103.4 -
YUV 224.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 175 245 251 0.30 0.02 0 0.02 184.74 0.9 0.84
Hex AF F5 FB 1E 2 0 2 B9 5A 54
Octal 257 365 373 36 2 0 2 271 132 124
Binary 10101111 11110101 11111011 11110 10 0 10 10111001 1011010 1010100

Color Harmonies of #AFF5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5FB

Black with #AFF5FB

Text Example


Text Example

White with #AFF5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5FB; }

 p { color: rgb(175,245,251); }

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

background-color css

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

 a { background-color: rgb(175,245,251); }

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

border-color css

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

 span { border-color: rgb(175,245,251); }

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