Html Css Color HEX #A3FBFF Pale Turquoise

📋 copy color: '#A3FBFF'

red 163 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #A3FBFF

Tints of Pale Turquoise #A3FBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.12%

R = 24.36%
G = 37.52%
B = 38.12%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3FBFF (or 0xA3FBFF) is known color: Pale Turquoise. HEX triplet: A3, FB and FF. RGB value is (163,251,255). Sum of RGB (Red+Green+Blue) = 163+251+255=669 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.36% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FBFF is #5C0400. Grayscale: #E1E1E1. Windows color (decimal): -6030337 or 16776099. OLE color: 16776099.

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

Color convert

RGB 163 251 255 -
CMYK 0.36 0.02 0 0
HSL 182.61º 1% 0.82% -
HSV(B) 182.61º 0.36% 1% -
XYZ 67.65 84 107.26 -
YUV 225.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 163 251 255 0.36 0.02 0 0 182.61 1 0.82
Hex A3 FB FF 24 2 0 0 B7 64 52
Octal 243 373 377 44 2 0 0 267 144 122
Binary 10100011 11111011 11111111 100100 10 0 0 10110111 1100100 1010010

Color Harmonies of #A3FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FBFF

Black with #A3FBFF

Text Example


Text Example

White with #A3FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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