Html Css Color HEX #ABEEF9 Pale Turquoise

📋 copy color: '#ABEEF9'

red 171 ◦ green 238 ◦ blue 249

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

Shades of Pale Turquoise #ABEEF9

Tints of Pale Turquoise #ABEEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.84%

R = 25.99%
G = 36.17%
B = 37.84%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABEEF9 (or 0xABEEF9) is known color: Pale Turquoise. HEX triplet: AB, EE and F9. RGB value is (171,238,249). Sum of RGB (Red+Green+Blue) = 171+238+249=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABEEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEF9 is #541106. Grayscale: #DBDBDB. Windows color (decimal): -5509383 or 16379563. OLE color: 16379563.

HSL color Cylindrical-coordinate representation of color #ABEEF9: hue angle of 188.46º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABEEF9 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 238 249 -
CMYK 0.31 0.04 0 0.02
HSL 188.46º 0.87% 0.82% -
HSV(B) 188.46º 0.31% 0.98% -
XYZ 64.47 76.65 101.02 -
YUV 219.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 171 238 249 0.31 0.04 0 0.02 188.46 0.87 0.82
Hex AB EE F9 1F 4 0 2 BC 57 52
Octal 253 356 371 37 4 0 2 274 127 122
Binary 10101011 11101110 11111001 11111 100 0 10 10111100 1010111 1010010

Color Harmonies of #ABEEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEF9

Black with #ABEEF9

Text Example


Text Example

White with #ABEEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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