Html Css Color HEX #A7FAEA Pale Turquoise

📋 copy color: '#A7FAEA'

red 167 ◦ green 250 ◦ blue 234

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

Shades of Pale Turquoise #A7FAEA

Tints of Pale Turquoise #A7FAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.4%

 BLUE value IS 234 (91.8% from 255) = 35.94%

R = 25.65%
G = 38.4%
B = 35.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#A7FAEA (or 0xA7FAEA) is known color: Pale Turquoise. HEX triplet: A7, FA and EA. RGB value is (167,250,234). Sum of RGB (Red+Green+Blue) = 167+250+234=651 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.65% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FAEA is #580515. Grayscale: #DFDFDF. Windows color (decimal): -5768470 or 15399591. OLE color: 15399591.

HSL color Cylindrical-coordinate representation of color #A7FAEA: hue angle of 168.43º degrees, saturation: 0.89, 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 #A7FAEA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 250 234 -
CMYK 0.33 0 0.06 0.02
HSL 168.43º 0.89% 0.82% -
HSV(B) 168.43º 0.33% 0.98% -
XYZ 64.97 82.53 90.35 -
YUV 223.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 167 250 234 0.33 0 0.06 0.02 168.43 0.89 0.82
Hex A7 FA EA 21 0 6 2 A8 59 52
Octal 247 372 352 41 0 6 2 250 131 122
Binary 10100111 11111010 11101010 100001 0 110 10 10101000 1011001 1010010

Color Harmonies of #A7FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FAEA

Black with #A7FAEA

Text Example


Text Example

White with #A7FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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