Html Css Color HEX #A4FBFE Pale Turquoise

📋 copy color: '#A4FBFE'

red 164 ◦ green 251 ◦ blue 254

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

Shades of Pale Turquoise #A4FBFE

Tints of Pale Turquoise #A4FBFE

RGB

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

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

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

R = 24.51%
G = 37.52%
B = 37.97%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A4FBFE (or 0xA4FBFE) is known color: Pale Turquoise. HEX triplet: A4, FB and FE. RGB value is (164,251,254). Sum of RGB (Red+Green+Blue) = 164+251+254=669 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.51% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FBFE is #5B0401. Grayscale: #E1E1E1. Windows color (decimal): -5964802 or 16710564. OLE color: 16710564.

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

Color convert

RGB 164 251 254 -
CMYK 0.35 0.01 0 0.00
HSL 182º 0.98% 0.82% -
HSV(B) 182º 0.35% 1% -
XYZ 67.7 84.04 106.42 -
YUV 225.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 164 251 254 0.35 0.01 0 0.00 182 0.98 0.82
Hex A4 FB FE 23 1 0 0 B6 62 52
Octal 244 373 376 43 1 0 0 266 142 122
Binary 10100100 11111011 11111110 100011 1 0 0 10110110 1100010 1010010

Color Harmonies of #A4FBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FBFE

Black with #A4FBFE

Text Example


Text Example

White with #A4FBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FBFE; }

 p { color: rgb(164,251,254); }

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

background-color css

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

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

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

border-color css

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

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

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