Html Css Color HEX #A7F2EE Pale Turquoise

📋 copy color: '#A7F2EE'

red 167 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #A7F2EE

Tints of Pale Turquoise #A7F2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.79%

R = 25.81%
G = 37.4%
B = 36.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#A7F2EE (or 0xA7F2EE) is known color: Pale Turquoise. HEX triplet: A7, F2 and EE. RGB value is (167,242,238). Sum of RGB (Red+Green+Blue) = 167+242+238=647 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.81% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F2EE is #580D11. Grayscale: #DBDBDB. Windows color (decimal): -5770514 or 15659687. OLE color: 15659687.

HSL color Cylindrical-coordinate representation of color #A7F2EE: hue angle of 176.8º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7F2EE is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 242 238 -
CMYK 0.31 0 0.02 0.05
HSL 176.8º 0.74% 0.8% -
HSV(B) 176.8º 0.31% 0.95% -
XYZ 63.12 77.89 92.6 -
YUV 219.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 167 242 238 0.31 0 0.02 0.05 176.8 0.74 0.8
Hex A7 F2 EE 1F 0 2 5 B1 4A 50
Octal 247 362 356 37 0 2 5 261 112 120
Binary 10100111 11110010 11101110 11111 0 10 101 10110001 1001010 1010000

Color Harmonies of #A7F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F2EE

Black with #A7F2EE

Text Example


Text Example

White with #A7F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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