Html Css Color HEX #ABEFE6 Pale Turquoise

📋 copy color: '#ABEFE6'

red 171 ◦ green 239 ◦ blue 230

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

Shades of Pale Turquoise #ABEFE6

Tints of Pale Turquoise #ABEFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.34%

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

R = 26.72%
G = 37.34%
B = 35.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#ABEFE6 (or 0xABEFE6) is known color: Pale Turquoise. HEX triplet: AB, EF and E6. RGB value is (171,239,230). Sum of RGB (Red+Green+Blue) = 171+239+230=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFE6 is #541019. Grayscale: #D9D9D9. Windows color (decimal): -5509146 or 15134635. OLE color: 15134635.

HSL color Cylindrical-coordinate representation of color #ABEFE6: hue angle of 172.06º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFE6 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 239 230 -
CMYK 0.28 0 0.04 0.06
HSL 172.06º 0.68% 0.8% -
HSV(B) 172.06º 0.28% 0.94% -
XYZ 61.94 76.1 86.29 -
YUV 217.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 171 239 230 0.28 0 0.04 0.06 172.06 0.68 0.8
Hex AB EF E6 1C 0 4 6 AC 44 50
Octal 253 357 346 34 0 4 6 254 104 120
Binary 10101011 11101111 11100110 11100 0 100 110 10101100 1000100 1010000

Color Harmonies of #ABEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFE6

Black with #ABEFE6

Text Example


Text Example

White with #ABEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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