Html Css Color HEX #A4F6FA Pale Turquoise

📋 copy color: '#A4F6FA'

red 164 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #A4F6FA

Tints of Pale Turquoise #A4F6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.27%

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

R = 24.85%
G = 37.27%
B = 37.88%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4F6FA (or 0xA4F6FA) is known color: Pale Turquoise. HEX triplet: A4, F6 and FA. RGB value is (164,246,250). Sum of RGB (Red+Green+Blue) = 164+246+250=660 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.85% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4F6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F6FA is #5B0905. Grayscale: #DDDDDD. Windows color (decimal): -5966086 or 16447140. OLE color: 16447140.

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

Color convert

RGB 164 246 250 -
CMYK 0.34 0.02 0 0.02
HSL 182.79º 0.9% 0.81% -
HSV(B) 182.79º 0.34% 0.98% -
XYZ 65.52 80.71 102.57 -
YUV 221.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 164 246 250 0.34 0.02 0 0.02 182.79 0.9 0.81
Hex A4 F6 FA 22 2 0 2 B7 5A 51
Octal 244 366 372 42 2 0 2 267 132 121
Binary 10100100 11110110 11111010 100010 10 0 10 10110111 1011010 1010001

Color Harmonies of #A4F6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F6FA

Black with #A4F6FA

Text Example


Text Example

White with #A4F6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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