Html Css Color HEX #AFFBF8 Pale Turquoise

📋 copy color: '#AFFBF8'

red 175 ◦ green 251 ◦ blue 248

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

Shades of Pale Turquoise #AFFBF8

Tints of Pale Turquoise #AFFBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.8%

R = 25.96%
G = 37.24%
B = 36.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#AFFBF8 (or 0xAFFBF8) is known color: Pale Turquoise. HEX triplet: AF, FB and F8. RGB value is (175,251,248). Sum of RGB (Red+Green+Blue) = 175+251+248=674 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.96% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBF8 is #500407. Grayscale: #E3E3E3. Windows color (decimal): -5243912 or 16317359. OLE color: 16317359.

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

Color convert

RGB 175 251 248 -
CMYK 0.30 0 0.01 0.02
HSL 177.63º 0.9% 0.84% -
HSV(B) 177.63º 0.3% 0.98% -
XYZ 69.12 84.89 101.55 -
YUV 227.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 175 251 248 0.30 0 0.01 0.02 177.63 0.9 0.84
Hex AF FB F8 1E 0 1 2 B2 5A 54
Octal 257 373 370 36 0 1 2 262 132 124
Binary 10101111 11111011 11111000 11110 0 1 10 10110010 1011010 1010100

Color Harmonies of #AFFBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBF8

Black with #AFFBF8

Text Example


Text Example

White with #AFFBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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