Html Css Color HEX #A7EFEE Pale Turquoise

📋 copy color: '#A7EFEE'

red 167 ◦ green 239 ◦ blue 238

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

Shades of Pale Turquoise #A7EFEE

Tints of Pale Turquoise #A7EFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.11%

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

R = 25.93%
G = 37.11%
B = 36.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#A7EFEE (or 0xA7EFEE) is known color: Pale Turquoise. HEX triplet: A7, EF and EE. RGB value is (167,239,238). Sum of RGB (Red+Green+Blue) = 167+239+238=644 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.93% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EFEE is #581011. Grayscale: #D9D9D9. Windows color (decimal): -5771282 or 15658919. OLE color: 15658919.

HSL color Cylindrical-coordinate representation of color #A7EFEE: hue angle of 179.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFEE is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 239 238 -
CMYK 0.30 0 0.00 0.06
HSL 179.17º 0.69% 0.8% -
HSV(B) 179.17º 0.3% 0.94% -
XYZ 62.24 76.12 92.3 -
YUV 217.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 167 239 238 0.30 0 0.00 0.06 179.17 0.69 0.8
Hex A7 EF EE 1E 0 0 6 B3 45 50
Octal 247 357 356 36 0 0 6 263 105 120
Binary 10100111 11101111 11101110 11110 0 0 110 10110011 1000101 1010000

Color Harmonies of #A7EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EFEE

Black with #A7EFEE

Text Example


Text Example

White with #A7EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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