Html Css Color HEX #AFFFFB Pale Turquoise

📋 copy color: '#AFFFFB'

red 175 ◦ green 255 ◦ blue 251

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

Shades of Pale Turquoise #AFFFFB

Tints of Pale Turquoise #AFFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 37.44%

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

R = 25.7%
G = 37.44%
B = 36.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#AFFFFB (or 0xAFFFFB) is known color: Pale Turquoise. HEX triplet: AF, FF and FB. RGB value is (175,255,251). Sum of RGB (Red+Green+Blue) = 175+255+251=681 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.70% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFFB is #500004. Grayscale: #E6E6E6. Windows color (decimal): -5242885 or 16514991. OLE color: 16514991.

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

Color convert

RGB 175 255 251 -
CMYK 0.31 0 0.02 0
HSL 177º 1% 0.84% -
HSV(B) 177º 0.31% 1% -
XYZ 70.85 87.6 104.44 -
YUV 230.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 175 255 251 0.31 0 0.02 0 177 1 0.84
Hex AF FF FB 1F 0 2 0 B1 64 54
Octal 257 377 373 37 0 2 0 261 144 124
Binary 10101111 11111111 11111011 11111 0 10 0 10110001 1100100 1010100

Color Harmonies of #AFFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFFB

Black with #AFFFFB

Text Example


Text Example

White with #AFFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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