Html Css Color HEX #A8FAEE Pale Turquoise

📋 copy color: '#A8FAEE'

red 168 ◦ green 250 ◦ blue 238

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

Shades of Pale Turquoise #A8FAEE

Tints of Pale Turquoise #A8FAEE

RGB

 RED value IS 168 (66.02% from 255) = 25.61%

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

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

R = 25.61%
G = 38.11%
B = 36.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#A8FAEE (or 0xA8FAEE) is known color: Pale Turquoise. HEX triplet: A8, FA and EE. RGB value is (168,250,238). Sum of RGB (Red+Green+Blue) = 168+250+238=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAEE is #570511. Grayscale: #E0E0E0. Windows color (decimal): -5702930 or 15661736. OLE color: 15661736.

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

Color convert

RGB 168 250 238 -
CMYK 0.33 0 0.05 0.02
HSL 171.22º 0.89% 0.82% -
HSV(B) 171.22º 0.33% 0.98% -
XYZ 65.77 82.87 93.42 -
YUV 224.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 168 250 238 0.33 0 0.05 0.02 171.22 0.89 0.82
Hex A8 FA EE 21 0 5 2 AB 59 52
Octal 250 372 356 41 0 5 2 253 131 122
Binary 10101000 11111010 11101110 100001 0 101 10 10101011 1011001 1010010

Color Harmonies of #A8FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FAEE

Black with #A8FAEE

Text Example


Text Example

White with #A8FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FAEE; }

 p { color: rgb(168,250,238); }

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

background-color css

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

 a { background-color: rgb(168,250,238); }

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

border-color css

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

 span { border-color: rgb(168,250,238); }

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