Html Css Color HEX #AFFBF2 Pale Turquoise

📋 copy color: '#AFFBF2'

red 175 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #AFFBF2

Tints of Pale Turquoise #AFFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.57%

 BLUE value IS 242 (94.92% from 255) = 36.23%

R = 26.2%
G = 37.57%
B = 36.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AFFBF2 (or 0xAFFBF2) is known color: Pale Turquoise. HEX triplet: AF, FB and F2. RGB value is (175,251,242). Sum of RGB (Red+Green+Blue) = 175+251+242=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBF2 is #50040D. Grayscale: #E3E3E3. Windows color (decimal): -5243918 or 15924143. OLE color: 15924143.

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

Color convert

RGB 175 251 242 -
CMYK 0.30 0 0.04 0.02
HSL 172.89º 0.9% 0.84% -
HSV(B) 172.89º 0.3% 0.98% -
XYZ 68.2 84.52 96.72 -
YUV 227.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 175 251 242 0.30 0 0.04 0.02 172.89 0.9 0.84
Hex AF FB F2 1E 0 4 2 AD 5A 54
Octal 257 373 362 36 0 4 2 255 132 124
Binary 10101111 11111011 11110010 11110 0 100 10 10101101 1011010 1010100

Color Harmonies of #AFFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBF2

Black with #AFFBF2

Text Example


Text Example

White with #AFFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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