Html Css Color HEX #ABEEEC Pale Turquoise

📋 copy color: '#ABEEEC'

red 171 ◦ green 238 ◦ blue 236

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

Shades of Pale Turquoise #ABEEEC

Tints of Pale Turquoise #ABEEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.59%

R = 26.51%
G = 36.9%
B = 36.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ABEEEC (or 0xABEEEC) is known color: Pale Turquoise. HEX triplet: AB, EE and EC. RGB value is (171,238,236). Sum of RGB (Red+Green+Blue) = 171+238+236=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEEC is #541113. Grayscale: #D9D9D9. Windows color (decimal): -5509396 or 15527595. OLE color: 15527595.

HSL color Cylindrical-coordinate representation of color #ABEEEC: hue angle of 178.21º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEEC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 238 236 -
CMYK 0.28 0 0.01 0.07
HSL 178.21º 0.66% 0.8% -
HSV(B) 178.21º 0.28% 0.93% -
XYZ 62.51 75.86 90.71 -
YUV 217.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 171 238 236 0.28 0 0.01 0.07 178.21 0.66 0.8
Hex AB EE EC 1C 0 1 7 B2 42 50
Octal 253 356 354 34 0 1 7 262 102 120
Binary 10101011 11101110 11101100 11100 0 1 111 10110010 1000010 1010000

Color Harmonies of #ABEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEEC

Black with #ABEEEC

Text Example


Text Example

White with #ABEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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