Html Css Color HEX #ABEAEA Pale Turquoise

📋 copy color: '#ABEAEA'

red 171 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #ABEAEA

Tints of Pale Turquoise #ABEAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.62%

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 26.76%
G = 36.62%
B = 36.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABEAEA (or 0xABEAEA) is known color: Pale Turquoise. HEX triplet: AB, EA and EA. RGB value is (171,234,234). Sum of RGB (Red+Green+Blue) = 171+234+234=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #ABEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAEA is #541515. Grayscale: #D7D7D7. Windows color (decimal): -5510422 or 15395499. OLE color: 15395499.

HSL color Cylindrical-coordinate representation of color #ABEAEA: hue angle of 180º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAEA is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 234 234 -
CMYK 0.27 0 0 0.08
HSL 180º 0.6% 0.79% -
HSV(B) 180º 0.27% 0.92% -
XYZ 61.07 73.44 88.8 -
YUV 215.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 171 234 234 0.27 0 0 0.08 180 0.6 0.79
Hex AB EA EA 1B 0 0 8 B4 3C 4F
Octal 253 352 352 33 0 0 10 264 74 117
Binary 10101011 11101010 11101010 11011 0 0 1000 10110100 111100 1001111

Color Harmonies of #ABEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAEA

Black with #ABEAEA

Text Example


Text Example

White with #ABEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAEA; }

 p { color: rgb(171,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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