Html Css Color HEX #ABFCEE Pale Turquoise

📋 copy color: '#ABFCEE'

red 171 ◦ green 252 ◦ blue 238

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

Shades of Pale Turquoise #ABFCEE

Tints of Pale Turquoise #ABFCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.12%

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

R = 25.87%
G = 38.12%
B = 36.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#ABFCEE (or 0xABFCEE) is known color: Pale Turquoise. HEX triplet: AB, FC and EE. RGB value is (171,252,238). Sum of RGB (Red+Green+Blue) = 171+252+238=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCEE is #540311. Grayscale: #E2E2E2. Windows color (decimal): -5505810 or 15662251. OLE color: 15662251.

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

Color convert

RGB 171 252 238 -
CMYK 0.32 0 0.06 0.01
HSL 169.63º 0.93% 0.83% -
HSV(B) 169.63º 0.32% 0.99% -
XYZ 67.04 84.45 93.66 -
YUV 226.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 171 252 238 0.32 0 0.06 0.01 169.63 0.93 0.83
Hex AB FC EE 20 0 6 1 AA 5D 53
Octal 253 374 356 40 0 6 1 252 135 123
Binary 10101011 11111100 11101110 100000 0 110 1 10101010 1011101 1010011

Color Harmonies of #ABFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCEE

Black with #ABFCEE

Text Example


Text Example

White with #ABFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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