Html Css Color HEX #A8FCEA Pale Turquoise

📋 copy color: '#A8FCEA'

red 168 ◦ green 252 ◦ blue 234

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

Shades of Pale Turquoise #A8FCEA

Tints of Pale Turquoise #A8FCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 25.69%
G = 38.53%
B = 35.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#A8FCEA (or 0xA8FCEA) is known color: Pale Turquoise. HEX triplet: A8, FC and EA. RGB value is (168,252,234). Sum of RGB (Red+Green+Blue) = 168+252+234=654 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.69% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FCEA is #570315. Grayscale: #E0E0E0. Windows color (decimal): -5702422 or 15400104. OLE color: 15400104.

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

Color convert

RGB 168 252 234 -
CMYK 0.33 0 0.07 0.01
HSL 167.14º 0.93% 0.82% -
HSV(B) 167.14º 0.33% 0.99% -
XYZ 65.81 83.89 90.56 -
YUV 224.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 168 252 234 0.33 0 0.07 0.01 167.14 0.93 0.82
Hex A8 FC EA 21 0 7 1 A7 5D 52
Octal 250 374 352 41 0 7 1 247 135 122
Binary 10101000 11111100 11101010 100001 0 111 1 10100111 1011101 1010010

Color Harmonies of #A8FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FCEA

Black with #A8FCEA

Text Example


Text Example

White with #A8FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FCEA; }

 p { color: rgb(168,252,234); }

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

background-color css

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

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

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

border-color css

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

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

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