Html Css Color HEX #A8EEEE Pale Turquoise

📋 copy color: '#A8EEEE'

red 168 ◦ green 238 ◦ blue 238

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

Shades of Pale Turquoise #A8EEEE

Tints of Pale Turquoise #A8EEEE

RGB

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

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

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

R = 26.09%
G = 36.96%
B = 36.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8EEEE (or 0xA8EEEE) is known color: Pale Turquoise. HEX triplet: A8, EE and EE. RGB value is (168,238,238). Sum of RGB (Red+Green+Blue) = 168+238+238=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #A8EEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEEE is #571111. Grayscale: #D9D9D9. Windows color (decimal): -5706002 or 15658664. OLE color: 15658664.

HSL color Cylindrical-coordinate representation of color #A8EEEE: hue angle of 180º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEEE is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 238 238 -
CMYK 0.29 0 0 0.07
HSL 180º 0.67% 0.8% -
HSV(B) 180º 0.29% 0.93% -
XYZ 62.16 75.65 92.21 -
YUV 217.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 168 238 238 0.29 0 0 0.07 180 0.67 0.8
Hex A8 EE EE 1D 0 0 7 B4 43 50
Octal 250 356 356 35 0 0 7 264 103 120
Binary 10101000 11101110 11101110 11101 0 0 111 10110100 1000011 1010000

Color Harmonies of #A8EEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEEE

Black with #A8EEEE

Text Example


Text Example

White with #A8EEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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