Html Css Color HEX #ABEEF2 Pale Turquoise

📋 copy color: '#ABEEF2'

red 171 ◦ green 238 ◦ blue 242

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

Shades of Pale Turquoise #ABEEF2

Tints of Pale Turquoise #ABEEF2

RGB

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

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

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

R = 26.27%
G = 36.56%
B = 37.17%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABEEF2 (or 0xABEEF2) is known color: Pale Turquoise. HEX triplet: AB, EE and F2. RGB value is (171,238,242). Sum of RGB (Red+Green+Blue) = 171+238+242=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABEEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEF2 is #54110D. Grayscale: #DADADA. Windows color (decimal): -5509390 or 15920811. OLE color: 15920811.

HSL color Cylindrical-coordinate representation of color #ABEEF2: hue angle of 183.38º 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 #ABEEF2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 238 242 -
CMYK 0.29 0.02 0 0.05
HSL 183.38º 0.73% 0.81% -
HSV(B) 183.38º 0.29% 0.95% -
XYZ 63.4 76.22 95.37 -
YUV 218.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 171 238 242 0.29 0.02 0 0.05 183.38 0.73 0.81
Hex AB EE F2 1D 2 0 5 B7 49 51
Octal 253 356 362 35 2 0 5 267 111 121
Binary 10101011 11101110 11110010 11101 10 0 101 10110111 1001001 1010001

Color Harmonies of #ABEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEF2

Black with #ABEEF2

Text Example


Text Example

White with #ABEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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