Html Css Color HEX #A7F2FF Pale Turquoise

📋 copy color: '#A7F2FF'

red 167 ◦ green 242 ◦ blue 255

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

Shades of Pale Turquoise #A7F2FF

Tints of Pale Turquoise #A7F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.45%

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

R = 25.15%
G = 36.45%
B = 38.4%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A7F2FF (or 0xA7F2FF) is known color: Pale Turquoise. HEX triplet: A7, F2 and FF. RGB value is (167,242,255). Sum of RGB (Red+Green+Blue) = 167+242+255=664 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.15% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F2FF is #580D00. Grayscale: #DCDCDC. Windows color (decimal): -5770497 or 16773799. OLE color: 16773799.

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

Color convert

RGB 167 242 255 -
CMYK 0.35 0.05 0 0
HSL 188.86º 1% 0.83% -
HSV(B) 188.86º 0.35% 1% -
XYZ 65.74 78.94 106.38 -
YUV 221.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 167 242 255 0.35 0.05 0 0 188.86 1 0.83
Hex A7 F2 FF 23 5 0 0 BD 64 53
Octal 247 362 377 43 5 0 0 275 144 123
Binary 10100111 11110010 11111111 100011 101 0 0 10111101 1100100 1010011

Color Harmonies of #A7F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F2FF

Black with #A7F2FF

Text Example


Text Example

White with #A7F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F2FF; }

 p { color: rgb(167,242,255); }

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

background-color css

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

 a { background-color: rgb(167,242,255); }

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

border-color css

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

 span { border-color: rgb(167,242,255); }

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