Html Css Color HEX #ABEBE3 Pale Turquoise

📋 copy color: '#ABEBE3'

red 171 ◦ green 235 ◦ blue 227

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

Shades of Pale Turquoise #ABEBE3

Tints of Pale Turquoise #ABEBE3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.12%

 BLUE value IS 227 (89.06% from 255) = 35.86%

R = 27.01%
G = 37.12%
B = 35.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#ABEBE3 (or 0xABEBE3) is known color: Pale Turquoise. HEX triplet: AB, EB and E3. RGB value is (171,235,227). Sum of RGB (Red+Green+Blue) = 171+235+227=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBE3 is #54141C. Grayscale: #D6D6D6. Windows color (decimal): -5510173 or 14937003. OLE color: 14937003.

HSL color Cylindrical-coordinate representation of color #ABEBE3: hue angle of 172.5º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBE3 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 235 227 -
CMYK 0.27 0 0.03 0.08
HSL 172.5º 0.62% 0.8% -
HSV(B) 172.5º 0.27% 0.92% -
XYZ 60.37 73.62 83.7 -
YUV 214.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 171 235 227 0.27 0 0.03 0.08 172.5 0.62 0.8
Hex AB EB E3 1B 0 3 8 AC 3E 50
Octal 253 353 343 33 0 3 10 254 76 120
Binary 10101011 11101011 11100011 11011 0 11 1000 10101100 111110 1010000

Color Harmonies of #ABEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBE3

Black with #ABEBE3

Text Example


Text Example

White with #ABEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBE3; }

 p { color: rgb(171,235,227); }

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

background-color css

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

 a { background-color: rgb(171,235,227); }

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

border-color css

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

 span { border-color: rgb(171,235,227); }

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