Html Css Color HEX #A4F9FA Pale Turquoise

📋 copy color: '#A4F9FA'

red 164 ◦ green 249 ◦ blue 250

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

Shades of Pale Turquoise #A4F9FA

Tints of Pale Turquoise #A4F9FA

RGB

 RED value IS 164 (64.45% from 255) = 24.74%

 GREEN value IS 249 (97.66% from 255) = 37.56%

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

R = 24.74%
G = 37.56%
B = 37.71%

CMYK

 C value IS 0.34

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4F9FA (or 0xA4F9FA) is known color: Pale Turquoise. HEX triplet: A4, F9 and FA. RGB value is (164,249,250). Sum of RGB (Red+Green+Blue) = 164+249+250=663 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.74% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F9FA is #5B0605. Grayscale: #DFDFDF. Windows color (decimal): -5965318 or 16447908. OLE color: 16447908.

HSL color Cylindrical-coordinate representation of color #A4F9FA: hue angle of 180.7º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F9FA is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 249 250 -
CMYK 0.34 0.00 0 0.02
HSL 180.7º 0.9% 0.81% -
HSV(B) 180.7º 0.34% 0.98% -
XYZ 66.44 82.55 102.87 -
YUV 223.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 164 249 250 0.34 0.00 0 0.02 180.7 0.9 0.81
Hex A4 F9 FA 22 0 0 2 B5 5A 51
Octal 244 371 372 42 0 0 2 265 132 121
Binary 10100100 11111001 11111010 100010 0 0 10 10110101 1011010 1010001

Color Harmonies of #A4F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F9FA

Black with #A4F9FA

Text Example


Text Example

White with #A4F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F9FA; }

 p { color: rgb(164,249,250); }

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

background-color css

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

 a { background-color: rgb(164,249,250); }

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

border-color css

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

 span { border-color: rgb(164,249,250); }

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