Html Css Color HEX #ABFAEA Pale Turquoise

📋 copy color: '#ABFAEA'

red 171 ◦ green 250 ◦ blue 234

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

Shades of Pale Turquoise #ABFAEA

Tints of Pale Turquoise #ABFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

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

R = 26.11%
G = 38.17%
B = 35.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#ABFAEA (or 0xABFAEA) is known color: Pale Turquoise. HEX triplet: AB, FA and EA. RGB value is (171,250,234). Sum of RGB (Red+Green+Blue) = 171+250+234=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAEA is #540515. Grayscale: #E0E0E0. Windows color (decimal): -5506326 or 15399595. OLE color: 15399595.

HSL color Cylindrical-coordinate representation of color #ABFAEA: hue angle of 167.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAEA is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 234 -
CMYK 0.32 0 0.06 0.02
HSL 167.85º 0.89% 0.83% -
HSV(B) 167.85º 0.32% 0.98% -
XYZ 65.83 82.97 90.39 -
YUV 224.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 171 250 234 0.32 0 0.06 0.02 167.85 0.89 0.83
Hex AB FA EA 20 0 6 2 A8 59 53
Octal 253 372 352 40 0 6 2 250 131 123
Binary 10101011 11111010 11101010 100000 0 110 10 10101000 1011001 1010011

Color Harmonies of #ABFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAEA

Black with #ABFAEA

Text Example


Text Example

White with #ABFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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