Html Css Color HEX #ABEFF3 Pale Turquoise

📋 copy color: '#ABEFF3'

red 171 ◦ green 239 ◦ blue 243

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

Shades of Pale Turquoise #ABEFF3

Tints of Pale Turquoise #ABEFF3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.6%

 BLUE value IS 243 (95.31% from 255) = 37.21%

R = 26.19%
G = 36.6%
B = 37.21%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABEFF3 (or 0xABEFF3) is known color: Pale Turquoise. HEX triplet: AB, EF and F3. RGB value is (171,239,243). Sum of RGB (Red+Green+Blue) = 171+239+243=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABEFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFF3 is #54100C. Grayscale: #DBDBDB. Windows color (decimal): -5509133 or 15986603. OLE color: 15986603.

HSL color Cylindrical-coordinate representation of color #ABEFF3: hue angle of 183.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABEFF3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 239 243 -
CMYK 0.30 0.02 0 0.05
HSL 183.33º 0.75% 0.81% -
HSV(B) 183.33º 0.3% 0.95% -
XYZ 63.84 76.86 96.27 -
YUV 219.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 171 239 243 0.30 0.02 0 0.05 183.33 0.75 0.81
Hex AB EF F3 1E 2 0 5 B7 4B 51
Octal 253 357 363 36 2 0 5 267 113 121
Binary 10101011 11101111 11110011 11110 10 0 101 10110111 1001011 1010001

Color Harmonies of #ABEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFF3

Black with #ABEFF3

Text Example


Text Example

White with #ABEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFF3; }

 p { color: rgb(171,239,243); }

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

background-color css

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

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

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

border-color css

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

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

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