Html Css Color HEX #99F2EB Pale Turquoise

📋 copy color: '#99F2EB'

red 153 ◦ green 242 ◦ blue 235

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

Shades of Pale Turquoise #99F2EB

Tints of Pale Turquoise #99F2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.41%

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

R = 24.29%
G = 38.41%
B = 37.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#99F2EB (or 0x99F2EB) is known color: Pale Turquoise. HEX triplet: 99, F2 and EB. RGB value is (153,242,235). Sum of RGB (Red+Green+Blue) = 153+242+235=630 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.29% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F2EB is #660D14. Grayscale: #D6D6D6. Windows color (decimal): -6688021 or 15463065. OLE color: 15463065.

HSL color Cylindrical-coordinate representation of color #99F2EB: hue angle of 175.28º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F2EB is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 242 235 -
CMYK 0.37 0 0.03 0.05
HSL 175.28º 0.77% 0.77% -
HSV(B) 175.28º 0.37% 0.95% -
XYZ 59.88 76.27 90.16 -
YUV 214.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 153 242 235 0.37 0 0.03 0.05 175.28 0.77 0.77
Hex 99 F2 EB 25 0 3 5 AF 4D 4D
Octal 231 362 353 45 0 3 5 257 115 115
Binary 10011001 11110010 11101011 100101 0 11 101 10101111 1001101 1001101

Color Harmonies of #99F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F2EB

Black with #99F2EB

Text Example


Text Example

White with #99F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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