Html Css Color HEX #ABEBF2 Pale Turquoise

📋 copy color: '#ABEBF2'

red 171 ◦ green 235 ◦ blue 242

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

Shades of Pale Turquoise #ABEBF2

Tints of Pale Turquoise #ABEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.27%

 BLUE value IS 242 (94.92% from 255) = 37.35%

R = 26.39%
G = 36.27%
B = 37.35%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABEBF2 (or 0xABEBF2) is known color: Pale Turquoise. HEX triplet: AB, EB and F2. RGB value is (171,235,242). Sum of RGB (Red+Green+Blue) = 171+235+242=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBF2 is #54140D. Grayscale: #D8D8D8. Windows color (decimal): -5510158 or 15920043. OLE color: 15920043.

HSL color Cylindrical-coordinate representation of color #ABEBF2: hue angle of 185.92º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABEBF2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 235 242 -
CMYK 0.29 0.03 0 0.05
HSL 185.92º 0.73% 0.81% -
HSV(B) 185.92º 0.29% 0.95% -
XYZ 62.53 74.49 95.09 -
YUV 216.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 171 235 242 0.29 0.03 0 0.05 185.92 0.73 0.81
Hex AB EB F2 1D 3 0 5 BA 49 51
Octal 253 353 362 35 3 0 5 272 111 121
Binary 10101011 11101011 11110010 11101 11 0 101 10111010 1001001 1010001

Color Harmonies of #ABEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBF2

Black with #ABEBF2

Text Example


Text Example

White with #ABEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBF2; }

 p { color: rgb(171,235,242); }

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

background-color css

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

 a { background-color: rgb(171,235,242); }

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

border-color css

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

 span { border-color: rgb(171,235,242); }

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