Html Css Color HEX #A8ECF3 Pale Turquoise

📋 copy color: '#A8ECF3'

red 168 ◦ green 236 ◦ blue 243

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

Shades of Pale Turquoise #A8ECF3

Tints of Pale Turquoise #A8ECF3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.48%

 BLUE value IS 243 (95.31% from 255) = 37.56%

R = 25.97%
G = 36.48%
B = 37.56%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8ECF3 (or 0xA8ECF3) is known color: Pale Turquoise. HEX triplet: A8, EC and F3. RGB value is (168,236,243). Sum of RGB (Red+Green+Blue) = 168+236+243=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECF3 is #57130C. Grayscale: #D8D8D8. Windows color (decimal): -5706509 or 15985832. OLE color: 15985832.

HSL color Cylindrical-coordinate representation of color #A8ECF3: hue angle of 185.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8ECF3 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 236 243 -
CMYK 0.31 0.03 0 0.05
HSL 185.6º 0.76% 0.81% -
HSV(B) 185.6º 0.31% 0.95% -
XYZ 62.32 74.79 95.94 -
YUV 216.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 168 236 243 0.31 0.03 0 0.05 185.6 0.76 0.81
Hex A8 EC F3 1F 3 0 5 BA 4C 51
Octal 250 354 363 37 3 0 5 272 114 121
Binary 10101000 11101100 11110011 11111 11 0 101 10111010 1001100 1010001

Color Harmonies of #A8ECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECF3

Black with #A8ECF3

Text Example


Text Example

White with #A8ECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECF3; }

 p { color: rgb(168,236,243); }

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

background-color css

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

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

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

border-color css

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

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

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