Html Css Color HEX #99FDEB Pale Turquoise

📋 copy color: '#99FDEB'

red 153 ◦ green 253 ◦ blue 235

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

Shades of Pale Turquoise #99FDEB

Tints of Pale Turquoise #99FDEB

RGB

 RED value IS 153 (60.16% from 255) = 23.87%

 GREEN value IS 253 (99.22% from 255) = 39.47%

 BLUE value IS 235 (92.19% from 255) = 36.66%

R = 23.87%
G = 39.47%
B = 36.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#99FDEB (or 0x99FDEB) is known color: Pale Turquoise. HEX triplet: 99, FD and EB. RGB value is (153,253,235). Sum of RGB (Red+Green+Blue) = 153+253+235=641 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.87% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FDEB is #660214. Grayscale: #DDDDDD. Windows color (decimal): -6685205 or 15465881. OLE color: 15465881.

HSL color Cylindrical-coordinate representation of color #99FDEB: hue angle of 169.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDEB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 253 235 -
CMYK 0.40 0 0.07 0.01
HSL 169.2º 0.96% 0.8% -
HSV(B) 169.2º 0.4% 0.99% -
XYZ 63.26 83.02 91.29 -
YUV 221.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 153 253 235 0.40 0 0.07 0.01 169.2 0.96 0.8
Hex 99 FD EB 28 0 7 1 A9 60 50
Octal 231 375 353 50 0 7 1 251 140 120
Binary 10011001 11111101 11101011 101000 0 111 1 10101001 1100000 1010000

Color Harmonies of #99FDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FDEB

Black with #99FDEB

Text Example


Text Example

White with #99FDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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