Html Css Color HEX #A3EEE3 Pale Turquoise

📋 copy color: '#A3EEE3'

red 163 ◦ green 238 ◦ blue 227

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

Shades of Pale Turquoise #A3EEE3

Tints of Pale Turquoise #A3EEE3

RGB

 RED value IS 163 (64.06% from 255) = 25.96%

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

 BLUE value IS 227 (89.06% from 255) = 36.15%

R = 25.96%
G = 37.9%
B = 36.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#A3EEE3 (or 0xA3EEE3) is known color: Pale Turquoise. HEX triplet: A3, EE and E3. RGB value is (163,238,227). Sum of RGB (Red+Green+Blue) = 163+238+227=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EEE3 is #5C111C. Grayscale: #D6D6D6. Windows color (decimal): -6033693 or 14937763. OLE color: 14937763.

HSL color Cylindrical-coordinate representation of color #A3EEE3: hue angle of 171.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EEE3 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 238 227 -
CMYK 0.32 0 0.05 0.07
HSL 171.2º 0.69% 0.79% -
HSV(B) 171.2º 0.32% 0.93% -
XYZ 59.54 74.48 83.91 -
YUV 214.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 163 238 227 0.32 0 0.05 0.07 171.2 0.69 0.79
Hex A3 EE E3 20 0 5 7 AB 45 4F
Octal 243 356 343 40 0 5 7 253 105 117
Binary 10100011 11101110 11100011 100000 0 101 111 10101011 1000101 1001111

Color Harmonies of #A3EEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EEE3

Black with #A3EEE3

Text Example


Text Example

White with #A3EEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EEE3; }

 p { color: rgb(163,238,227); }

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

background-color css

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

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

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

border-color css

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

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

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