Html Css Color HEX #ABECEE Pale Turquoise

📋 copy color: '#ABECEE'

red 171 ◦ green 236 ◦ blue 238

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

Shades of Pale Turquoise #ABECEE

Tints of Pale Turquoise #ABECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.59%

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

R = 26.51%
G = 36.59%
B = 36.9%

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

#ABECEE (or 0xABECEE) is known color: Pale Turquoise. HEX triplet: AB, EC and EE. RGB value is (171,236,238). Sum of RGB (Red+Green+Blue) = 171+236+238=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECEE is #541311. Grayscale: #D8D8D8. Windows color (decimal): -5509906 or 15658155. OLE color: 15658155.

HSL color Cylindrical-coordinate representation of color #ABECEE: hue angle of 181.79º 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 #ABECEE is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 238 -
CMYK 0.28 0.01 0 0.07
HSL 181.79º 0.66% 0.8% -
HSV(B) 181.79º 0.28% 0.93% -
XYZ 62.22 74.82 92.05 -
YUV 216.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 171 236 238 0.28 0.01 0 0.07 181.79 0.66 0.8
Hex AB EC EE 1C 1 0 7 B6 42 50
Octal 253 354 356 34 1 0 7 266 102 120
Binary 10101011 11101100 11101110 11100 1 0 111 10110110 1000010 1010000

Color Harmonies of #ABECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECEE

Black with #ABECEE

Text Example


Text Example

White with #ABECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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