Html Css Color HEX #ABEDF2 Pale Turquoise

📋 copy color: '#ABEDF2'

red 171 ◦ green 237 ◦ blue 242

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

Shades of Pale Turquoise #ABEDF2

Tints of Pale Turquoise #ABEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.46%

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

R = 26.31%
G = 36.46%
B = 37.23%

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

#ABEDF2 (or 0xABEDF2) is known color: Pale Turquoise. HEX triplet: AB, ED and F2. RGB value is (171,237,242). Sum of RGB (Red+Green+Blue) = 171+237+242=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDF2 is #54120D. Grayscale: #D9D9D9. Windows color (decimal): -5509646 or 15920555. OLE color: 15920555.

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

Color convert

RGB 171 237 242 -
CMYK 0.29 0.02 0 0.05
HSL 184.23º 0.73% 0.81% -
HSV(B) 184.23º 0.29% 0.95% -
XYZ 63.11 75.64 95.28 -
YUV 217.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 171 237 242 0.29 0.02 0 0.05 184.23 0.73 0.81
Hex AB ED F2 1D 2 0 5 B8 49 51
Octal 253 355 362 35 2 0 5 270 111 121
Binary 10101011 11101101 11110010 11101 10 0 101 10111000 1001001 1010001

Color Harmonies of #ABEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDF2

Black with #ABEDF2

Text Example


Text Example

White with #ABEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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