Html Css Color HEX #ABEFF4 Pale Turquoise

📋 copy color: '#ABEFF4'

red 171 ◦ green 239 ◦ blue 244

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

Shades of Pale Turquoise #ABEFF4

Tints of Pale Turquoise #ABEFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.31%

R = 26.15%
G = 36.54%
B = 37.31%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABEFF4 (or 0xABEFF4) is known color: Pale Turquoise. HEX triplet: AB, EF and F4. RGB value is (171,239,244). Sum of RGB (Red+Green+Blue) = 171+239+244=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABEFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFF4 is #54100B. Grayscale: #DBDBDB. Windows color (decimal): -5509132 or 16052139. OLE color: 16052139.

HSL color Cylindrical-coordinate representation of color #ABEFF4: hue angle of 184.11º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABEFF4 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 239 244 -
CMYK 0.30 0.02 0 0.04
HSL 184.11º 0.77% 0.81% -
HSV(B) 184.11º 0.3% 0.96% -
XYZ 63.99 76.92 97.06 -
YUV 219.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 171 239 244 0.30 0.02 0 0.04 184.11 0.77 0.81
Hex AB EF F4 1E 2 0 4 B8 4D 51
Octal 253 357 364 36 2 0 4 270 115 121
Binary 10101011 11101111 11110100 11110 10 0 100 10111000 1001101 1010001

Color Harmonies of #ABEFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFF4

Black with #ABEFF4

Text Example


Text Example

White with #ABEFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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