Html Css Color HEX #ABFBEE Pale Turquoise

📋 copy color: '#ABFBEE'

red 171 ◦ green 251 ◦ blue 238

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

Shades of Pale Turquoise #ABFBEE

Tints of Pale Turquoise #ABFBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.03%

 BLUE value IS 238 (93.36% from 255) = 36.06%

R = 25.91%
G = 38.03%
B = 36.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#ABFBEE (or 0xABFBEE) is known color: Pale Turquoise. HEX triplet: AB, FB and EE. RGB value is (171,251,238). Sum of RGB (Red+Green+Blue) = 171+251+238=660 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.91% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBEE is #540411. Grayscale: #E1E1E1. Windows color (decimal): -5506066 or 15661995. OLE color: 15661995.

HSL color Cylindrical-coordinate representation of color #ABFBEE: hue angle of 170.25º degrees, saturation: 0.91, 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 #ABFBEE is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 251 238 -
CMYK 0.32 0 0.05 0.02
HSL 170.25º 0.91% 0.83% -
HSV(B) 170.25º 0.32% 0.98% -
XYZ 66.72 83.83 93.55 -
YUV 225.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 171 251 238 0.32 0 0.05 0.02 170.25 0.91 0.83
Hex AB FB EE 20 0 5 2 AA 5B 53
Octal 253 373 356 40 0 5 2 252 133 123
Binary 10101011 11111011 11101110 100000 0 101 10 10101010 1011011 1010011

Color Harmonies of #ABFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBEE

Black with #ABFBEE

Text Example


Text Example

White with #ABFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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