Html Css Color HEX #A6EEE4 Pale Turquoise

📋 copy color: '#A6EEE4'

red 166 ◦ green 238 ◦ blue 228

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

Shades of Pale Turquoise #A6EEE4

Tints of Pale Turquoise #A6EEE4

RGB

 RED value IS 166 (65.23% from 255) = 26.27%

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

 BLUE value IS 228 (89.45% from 255) = 36.08%

R = 26.27%
G = 37.66%
B = 36.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#A6EEE4 (or 0xA6EEE4) is known color: Pale Turquoise. HEX triplet: A6, EE and E4. RGB value is (166,238,228). Sum of RGB (Red+Green+Blue) = 166+238+228=632 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.27% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEE4 is #59111B. Grayscale: #D7D7D7. Windows color (decimal): -5837084 or 15003302. OLE color: 15003302.

HSL color Cylindrical-coordinate representation of color #A6EEE4: hue angle of 171.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEE4 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 238 228 -
CMYK 0.30 0 0.04 0.07
HSL 171.67º 0.68% 0.79% -
HSV(B) 171.67º 0.3% 0.93% -
XYZ 60.3 74.86 84.67 -
YUV 215.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 166 238 228 0.30 0 0.04 0.07 171.67 0.68 0.79
Hex A6 EE E4 1E 0 4 7 AC 44 4F
Octal 246 356 344 36 0 4 7 254 104 117
Binary 10100110 11101110 11100100 11110 0 100 111 10101100 1000100 1001111

Color Harmonies of #A6EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EEE4

Black with #A6EEE4

Text Example


Text Example

White with #A6EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EEE4; }

 p { color: rgb(166,238,228); }

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

background-color css

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

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

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

border-color css

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

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

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