Html Css Color HEX #A7FCEF Pale Turquoise

📋 copy color: '#A7FCEF'

red 167 ◦ green 252 ◦ blue 239

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

Shades of Pale Turquoise #A7FCEF

Tints of Pale Turquoise #A7FCEF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 25.38%
G = 38.3%
B = 36.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#A7FCEF (or 0xA7FCEF) is known color: Pale Turquoise. HEX triplet: A7, FC and EF. RGB value is (167,252,239). Sum of RGB (Red+Green+Blue) = 167+252+239=658 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.38% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FCEF is #580310. Grayscale: #E1E1E1. Windows color (decimal): -5767953 or 15727783. OLE color: 15727783.

HSL color Cylindrical-coordinate representation of color #A7FCEF: hue angle of 170.82º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FCEF is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 252 239 -
CMYK 0.34 0 0.05 0.01
HSL 170.82º 0.93% 0.82% -
HSV(B) 170.82º 0.34% 0.99% -
XYZ 66.33 84.07 94.39 -
YUV 225.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 167 252 239 0.34 0 0.05 0.01 170.82 0.93 0.82
Hex A7 FC EF 22 0 5 1 AB 5D 52
Octal 247 374 357 42 0 5 1 253 135 122
Binary 10100111 11111100 11101111 100010 0 101 1 10101011 1011101 1010010

Color Harmonies of #A7FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FCEF

Black with #A7FCEF

Text Example


Text Example

White with #A7FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FCEF; }

 p { color: rgb(167,252,239); }

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

background-color css

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

 a { background-color: rgb(167,252,239); }

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

border-color css

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

 span { border-color: rgb(167,252,239); }

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