Html Css Color HEX #A7FBFA Pale Turquoise

📋 copy color: '#A7FBFA'

red 167 ◦ green 251 ◦ blue 250

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

Shades of Pale Turquoise #A7FBFA

Tints of Pale Turquoise #A7FBFA

RGB

 RED value IS 167 (65.63% from 255) = 25%

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

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

R = 25%
G = 37.57%
B = 37.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#A7FBFA (or 0xA7FBFA) is known color: Pale Turquoise. HEX triplet: A7, FB and FA. RGB value is (167,251,250). Sum of RGB (Red+Green+Blue) = 167+251+250=668 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FBFA is #580405. Grayscale: #E1E1E1. Windows color (decimal): -5768198 or 16448423. OLE color: 16448423.

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

Color convert

RGB 167 251 250 -
CMYK 0.33 0 0.00 0.02
HSL 179.29º 0.91% 0.82% -
HSV(B) 179.29º 0.33% 0.98% -
XYZ 67.69 84.11 103.11 -
YUV 225.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 167 251 250 0.33 0 0.00 0.02 179.29 0.91 0.82
Hex A7 FB FA 21 0 0 2 B3 5B 52
Octal 247 373 372 41 0 0 2 263 133 122
Binary 10100111 11111011 11111010 100001 0 0 10 10110011 1011011 1010010

Color Harmonies of #A7FBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FBFA

Black with #A7FBFA

Text Example


Text Example

White with #A7FBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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