Html Css Color HEX #AFFFF4 Pale Turquoise

📋 copy color: '#AFFFF4'

red 175 ◦ green 255 ◦ blue 244

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

Shades of Pale Turquoise #AFFFF4

Tints of Pale Turquoise #AFFFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.2%

R = 25.96%
G = 37.83%
B = 36.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#AFFFF4 (or 0xAFFFF4) is known color: Pale Turquoise. HEX triplet: AF, FF and F4. RGB value is (175,255,244). Sum of RGB (Red+Green+Blue) = 175+255+244=674 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.96% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF4 is #50000B. Grayscale: #E5E5E5. Windows color (decimal): -5242892 or 16056239. OLE color: 16056239.

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

Color convert

RGB 175 255 244 -
CMYK 0.31 0 0.04 0
HSL 171.75º 1% 0.84% -
HSV(B) 171.75º 0.31% 1% -
XYZ 69.77 87.17 98.74 -
YUV 229.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 175 255 244 0.31 0 0.04 0 171.75 1 0.84
Hex AF FF F4 1F 0 4 0 AC 64 54
Octal 257 377 364 37 0 4 0 254 144 124
Binary 10101111 11111111 11110100 11111 0 100 0 10101100 1100100 1010100

Color Harmonies of #AFFFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFF4

Black with #AFFFF4

Text Example


Text Example

White with #AFFFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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