Html Css Color HEX #AFF4FA Pale Turquoise

📋 copy color: '#AFF4FA'

red 175 ◦ green 244 ◦ blue 250

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

Shades of Pale Turquoise #AFF4FA

Tints of Pale Turquoise #AFF4FA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.47%

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 26.16%
G = 36.47%
B = 37.37%

CMYK

 C value IS 0.3

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFF4FA (or 0xAFF4FA) is known color: Pale Turquoise. HEX triplet: AF, F4 and FA. RGB value is (175,244,250). Sum of RGB (Red+Green+Blue) = 175+244+250=669 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.16% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4FA is #500B05. Grayscale: #DFDFDF. Windows color (decimal): -5245702 or 16446639. OLE color: 16446639.

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

Color convert

RGB 175 244 250 -
CMYK 0.3 0.02 0 0.02
HSL 184.8º 0.88% 0.83% -
HSV(B) 184.8º 0.3% 0.98% -
XYZ 67.29 80.72 102.48 -
YUV 224.05 142.64 93.01 -
System Red Green Blue C M Y K H S L
Decimal 175 244 250 0.3 0.02 0 0.02 184.8 0.88 0.83
Hex AF F4 FA 1E 2 0 2 B9 58 53
Octal 257 364 372 36 2 0 2 271 130 123
Binary 10101111 11110100 11111010 11110 10 0 10 10111001 1011000 1010011

Color Harmonies of #AFF4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4FA

Black with #AFF4FA

Text Example


Text Example

White with #AFF4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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