Html Css Color HEX #ABEBEE Pale Turquoise

📋 copy color: '#ABEBEE'

red 171 ◦ green 235 ◦ blue 238

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

Shades of Pale Turquoise #ABEBEE

Tints of Pale Turquoise #ABEBEE

RGB

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

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

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

R = 26.55%
G = 36.49%
B = 36.96%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABEBEE (or 0xABEBEE) is known color: Pale Turquoise. HEX triplet: AB, EB and EE. RGB value is (171,235,238). Sum of RGB (Red+Green+Blue) = 171+235+238=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBEE is #541411. Grayscale: #D8D8D8. Windows color (decimal): -5510162 or 15657899. OLE color: 15657899.

HSL color Cylindrical-coordinate representation of color #ABEBEE: hue angle of 182.69º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEBEE is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 235 238 -
CMYK 0.28 0.01 0 0.07
HSL 182.69º 0.66% 0.8% -
HSV(B) 182.69º 0.28% 0.93% -
XYZ 61.94 74.25 91.96 -
YUV 216.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 171 235 238 0.28 0.01 0 0.07 182.69 0.66 0.8
Hex AB EB EE 1C 1 0 7 B7 42 50
Octal 253 353 356 34 1 0 7 267 102 120
Binary 10101011 11101011 11101110 11100 1 0 111 10110111 1000010 1010000

Color Harmonies of #ABEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBEE

Black with #ABEBEE

Text Example


Text Example

White with #ABEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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