Html Css Color HEX #99F8EA Pale Turquoise

📋 copy color: '#99F8EA'

red 153 ◦ green 248 ◦ blue 234

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

Shades of Pale Turquoise #99F8EA

Tints of Pale Turquoise #99F8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.06%

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 24.09%
G = 39.06%
B = 36.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#99F8EA (or 0x99F8EA) is known color: Pale Turquoise. HEX triplet: 99, F8 and EA. RGB value is (153,248,234). Sum of RGB (Red+Green+Blue) = 153+248+234=635 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.09% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #99F8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F8EA is #660715. Grayscale: #D9D9D9. Windows color (decimal): -6686486 or 15399065. OLE color: 15399065.

HSL color Cylindrical-coordinate representation of color #99F8EA: hue angle of 171.16º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F8EA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 248 234 -
CMYK 0.38 0 0.06 0.03
HSL 171.16º 0.87% 0.79% -
HSV(B) 171.16º 0.38% 0.97% -
XYZ 61.56 79.85 90.01 -
YUV 218 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 153 248 234 0.38 0 0.06 0.03 171.16 0.87 0.79
Hex 99 F8 EA 26 0 6 3 AB 57 4F
Octal 231 370 352 46 0 6 3 253 127 117
Binary 10011001 11111000 11101010 100110 0 110 11 10101011 1010111 1001111

Color Harmonies of #99F8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F8EA

Black with #99F8EA

Text Example


Text Example

White with #99F8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,248,234); }

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

background-color css

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

 a { background-color: rgb(153,248,234); }

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

border-color css

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

 span { border-color: rgb(153,248,234); }

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