Html Css Color HEX #A3FBFA Pale Turquoise

📋 copy color: '#A3FBFA'

red 163 ◦ green 251 ◦ blue 250

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

Shades of Pale Turquoise #A3FBFA

Tints of Pale Turquoise #A3FBFA

RGB

 RED value IS 163 (64.06% from 255) = 24.55%

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

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

R = 24.55%
G = 37.8%
B = 37.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#A3FBFA (or 0xA3FBFA) is known color: Pale Turquoise. HEX triplet: A3, FB and FA. RGB value is (163,251,250). Sum of RGB (Red+Green+Blue) = 163+251+250=664 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.55% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FBFA is #5C0405. Grayscale: #E0E0E0. Windows color (decimal): -6030342 or 16448419. OLE color: 16448419.

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

Color convert

RGB 163 251 250 -
CMYK 0.35 0 0.00 0.02
HSL 179.32º 0.92% 0.81% -
HSV(B) 179.32º 0.35% 0.98% -
XYZ 66.86 83.68 103.07 -
YUV 224.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 163 251 250 0.35 0 0.00 0.02 179.32 0.92 0.81
Hex A3 FB FA 23 0 0 2 B3 5C 51
Octal 243 373 372 43 0 0 2 263 134 121
Binary 10100011 11111011 11111010 100011 0 0 10 10110011 1011100 1010001

Color Harmonies of #A3FBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FBFA

Black with #A3FBFA

Text Example


Text Example

White with #A3FBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FBFA; }

 p { color: rgb(163,251,250); }

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

background-color css

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

 a { background-color: rgb(163,251,250); }

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

border-color css

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

 span { border-color: rgb(163,251,250); }

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