Html Css Color HEX #ABF0EA Pale Turquoise

📋 copy color: '#ABF0EA'

red 171 ◦ green 240 ◦ blue 234

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

Shades of Pale Turquoise #ABF0EA

Tints of Pale Turquoise #ABF0EA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.21%

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

R = 26.51%
G = 37.21%
B = 36.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#ABF0EA (or 0xABF0EA) is known color: Pale Turquoise. HEX triplet: AB, F0 and EA. RGB value is (171,240,234). Sum of RGB (Red+Green+Blue) = 171+240+234=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0EA is #540F15. Grayscale: #DADADA. Windows color (decimal): -5508886 or 15397035. OLE color: 15397035.

HSL color Cylindrical-coordinate representation of color #ABF0EA: hue angle of 174.78º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0EA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 234 -
CMYK 0.29 0 0.02 0.06
HSL 174.78º 0.7% 0.81% -
HSV(B) 174.78º 0.29% 0.94% -
XYZ 62.81 76.92 89.38 -
YUV 218.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 171 240 234 0.29 0 0.02 0.06 174.78 0.7 0.81
Hex AB F0 EA 1D 0 2 6 AF 46 51
Octal 253 360 352 35 0 2 6 257 106 121
Binary 10101011 11110000 11101010 11101 0 10 110 10101111 1000110 1010001

Color Harmonies of #ABF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0EA

Black with #ABF0EA

Text Example


Text Example

White with #ABF0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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