Html Css Color HEX #A8EFEE Pale Turquoise

📋 copy color: '#A8EFEE'

red 168 ◦ green 239 ◦ blue 238

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

Shades of Pale Turquoise #A8EFEE

Tints of Pale Turquoise #A8EFEE

RGB

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

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

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

R = 26.05%
G = 37.05%
B = 36.9%

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

#A8EFEE (or 0xA8EFEE) is known color: Pale Turquoise. HEX triplet: A8, EF and EE. RGB value is (168,239,238). Sum of RGB (Red+Green+Blue) = 168+239+238=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFEE is #571011. Grayscale: #D9D9D9. Windows color (decimal): -5705746 or 15658920. OLE color: 15658920.

HSL color Cylindrical-coordinate representation of color #A8EFEE: hue angle of 179.15º 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 #A8EFEE is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 238 -
CMYK 0.30 0 0.00 0.06
HSL 179.15º 0.69% 0.8% -
HSV(B) 179.15º 0.3% 0.94% -
XYZ 62.45 76.23 92.31 -
YUV 217.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 168 239 238 0.30 0 0.00 0.06 179.15 0.69 0.8
Hex A8 EF EE 1E 0 0 6 B3 45 50
Octal 250 357 356 36 0 0 6 263 105 120
Binary 10101000 11101111 11101110 11110 0 0 110 10110011 1000101 1010000

Color Harmonies of #A8EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFEE

Black with #A8EFEE

Text Example


Text Example

White with #A8EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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