#99EBE1

Color #99EBE1 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #99EBE1

Tints of Pale Turquoise #99EBE1

Color information

#99EBE1 (or 0x99EBE1) is unknown color: approx Pale Turquoise. HEX triplet: 99, EB and E1. RGB value is (153,235,225). Sum of RGB (Red+Green+Blue) = 153+235+225=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBE1 is #66141E. Grayscale: #D1D1D1. Windows color (decimal): -6689823 or 14805913. OLE color: 14805913.

HSL color Cylindrical-coordinate representation of color #99EBE1: hue angle of 172.68º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBE1 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB153235225-
CMYK0.3500.040.08
HSL172.68º67.21%76.08%-
HSV(B)172.68º34.89%92.16%-
XYZ56.4471.6382.08-
YUV209.34136.8387.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.96%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=24.96%
G=38.34%
B=36.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352250.3500.040.08172.6867.2176.08
Hex99EBE123048ad434c
Octal231353341430410255103114
Binary100110011110101111100001100011010010001010110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EBE1; }

 p { color: rgb(153,235,225); }

 H1.HeaderClassName
 {
   color: #99EBE1;
 }
 .AnyTagClassName
 {
   color: #99EBE1;
 }
</style>
background-color css

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

 a { background-color: rgb(153,235,225); }

 div.DivClassName
 {
   background-color: #99EBE1;
 }
 .BgClassName
 {
   background-color: #99EBE1;
 }
</style>
border-color css

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

 span { border-color: rgb(153,235,225); }

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