Html Css Color HEX #A3FEFA Pale Turquoise

📋 copy color: '#A3FEFA'

red 163 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #A3FEFA

Tints of Pale Turquoise #A3FEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.08%

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

R = 24.44%
G = 38.08%
B = 37.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#A3FEFA (or 0xA3FEFA) is known color: Pale Turquoise. HEX triplet: A3, FE and FA. RGB value is (163,254,250). Sum of RGB (Red+Green+Blue) = 163+254+250=667 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.44% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEFA is #5C0105. Grayscale: #E2E2E2. Windows color (decimal): -6029574 or 16449187. OLE color: 16449187.

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

Color convert

RGB 163 254 250 -
CMYK 0.36 0 0.02 0.00
HSL 177.36º 0.98% 0.82% -
HSV(B) 177.36º 0.36% 1% -
XYZ 67.8 85.57 103.39 -
YUV 226.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 163 254 250 0.36 0 0.02 0.00 177.36 0.98 0.82
Hex A3 FE FA 24 0 2 0 B1 62 52
Octal 243 376 372 44 0 2 0 261 142 122
Binary 10100011 11111110 11111010 100100 0 10 0 10110001 1100010 1010010

Color Harmonies of #A3FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FEFA

Black with #A3FEFA

Text Example


Text Example

White with #A3FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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