Html Css Color HEX #99FAEA Pale Turquoise

📋 copy color: '#99FAEA'

red 153 ◦ green 250 ◦ blue 234

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

Shades of Pale Turquoise #99FAEA

Tints of Pale Turquoise #99FAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.25%

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

R = 24.02%
G = 39.25%
B = 36.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#99FAEA (or 0x99FAEA) is known color: Pale Turquoise. HEX triplet: 99, FA and EA. RGB value is (153,250,234). Sum of RGB (Red+Green+Blue) = 153+250+234=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAEA is #660515. Grayscale: #DBDBDB. Windows color (decimal): -6685974 or 15399577. OLE color: 15399577.

HSL color Cylindrical-coordinate representation of color #99FAEA: hue angle of 170.1º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FAEA is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 250 234 -
CMYK 0.39 0 0.06 0.02
HSL 170.1º 0.91% 0.79% -
HSV(B) 170.1º 0.39% 0.98% -
XYZ 62.17 81.08 90.22 -
YUV 219.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 153 250 234 0.39 0 0.06 0.02 170.1 0.91 0.79
Hex 99 FA EA 27 0 6 2 AA 5B 4F
Octal 231 372 352 47 0 6 2 252 133 117
Binary 10011001 11111010 11101010 100111 0 110 10 10101010 1011011 1001111

Color Harmonies of #99FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FAEA

Black with #99FAEA

Text Example


Text Example

White with #99FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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