Html Css Color HEX #A3FEFE Pale Turquoise

📋 copy color: '#A3FEFE'

red 163 ◦ green 254 ◦ blue 254

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

Shades of Pale Turquoise #A3FEFE

Tints of Pale Turquoise #A3FEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.85%

R = 24.29%
G = 37.85%
B = 37.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A3FEFE (or 0xA3FEFE) is known color: Pale Turquoise. HEX triplet: A3, FE and FE. RGB value is (163,254,254). Sum of RGB (Red+Green+Blue) = 163+254+254=671 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.29% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A3FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEFE is #5C0101. Grayscale: #E2E2E2. Windows color (decimal): -6029570 or 16711331. OLE color: 16711331.

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

Color convert

RGB 163 254 254 -
CMYK 0.36 0 0 0.00
HSL 180º 0.98% 0.82% -
HSV(B) 180º 0.36% 1% -
XYZ 68.44 85.83 106.73 -
YUV 226.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 163 254 254 0.36 0 0 0.00 180 0.98 0.82
Hex A3 FE FE 24 0 0 0 B4 62 52
Octal 243 376 376 44 0 0 0 264 142 122
Binary 10100011 11111110 11111110 100100 0 0 0 10110100 1100010 1010010

Color Harmonies of #A3FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FEFE

Black with #A3FEFE

Text Example


Text Example

White with #A3FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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