Html Css Color HEX #ABEEE6 Pale Turquoise

📋 copy color: '#ABEEE6'

red 171 ◦ green 238 ◦ blue 230

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

Shades of Pale Turquoise #ABEEE6

Tints of Pale Turquoise #ABEEE6

RGB

 RED value IS 171 (67.19% from 255) = 26.76%

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

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 26.76%
G = 37.25%
B = 35.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ABEEE6 (or 0xABEEE6) is known color: Pale Turquoise. HEX triplet: AB, EE and E6. RGB value is (171,238,230). Sum of RGB (Red+Green+Blue) = 171+238+230=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEE6 is #541119. Grayscale: #D9D9D9. Windows color (decimal): -5509402 or 15134379. OLE color: 15134379.

HSL color Cylindrical-coordinate representation of color #ABEEE6: hue angle of 172.84º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEE6 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 238 230 -
CMYK 0.28 0 0.03 0.07
HSL 172.84º 0.66% 0.8% -
HSV(B) 172.84º 0.28% 0.93% -
XYZ 61.65 75.52 86.19 -
YUV 217.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 171 238 230 0.28 0 0.03 0.07 172.84 0.66 0.8
Hex AB EE E6 1C 0 3 7 AD 42 50
Octal 253 356 346 34 0 3 7 255 102 120
Binary 10101011 11101110 11100110 11100 0 11 111 10101101 1000010 1010000

Color Harmonies of #ABEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEE6

Black with #ABEEE6

Text Example


Text Example

White with #ABEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEE6; }

 p { color: rgb(171,238,230); }

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

background-color css

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

 a { background-color: rgb(171,238,230); }

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

border-color css

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

 span { border-color: rgb(171,238,230); }

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