Html Css Color HEX #96F5EA Pale Turquoise

📋 copy color: '#96F5EA'

red 150 ◦ green 245 ◦ blue 234

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

Shades of Pale Turquoise #96F5EA

Tints of Pale Turquoise #96F5EA

RGB

 RED value IS 150 (58.98% from 255) = 23.85%

 GREEN value IS 245 (96.09% from 255) = 38.95%

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

R = 23.85%
G = 38.95%
B = 37.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#96F5EA (or 0x96F5EA) is known color: Pale Turquoise. HEX triplet: 96, F5 and EA. RGB value is (150,245,234). Sum of RGB (Red+Green+Blue) = 150+245+234=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F5EA is #690A15. Grayscale: #D7D7D7. Windows color (decimal): -6883862 or 15398294. OLE color: 15398294.

HSL color Cylindrical-coordinate representation of color #96F5EA: hue angle of 173.05º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5EA is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 245 234 -
CMYK 0.39 0 0.04 0.04
HSL 173.05º 0.83% 0.77% -
HSV(B) 173.05º 0.39% 0.96% -
XYZ 60.08 77.73 89.68 -
YUV 215.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 150 245 234 0.39 0 0.04 0.04 173.05 0.83 0.77
Hex 96 F5 EA 27 0 4 4 AD 53 4D
Octal 226 365 352 47 0 4 4 255 123 115
Binary 10010110 11110101 11101010 100111 0 100 100 10101101 1010011 1001101

Color Harmonies of #96F5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F5EA

Black with #96F5EA

Text Example


Text Example

White with #96F5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F5EA; }

 p { color: rgb(150,245,234); }

 H1.HeaderClassName
 {
   color: #96F5EA;
 }
 .AnyTagClassName
 {
   color: #96F5EA;
 }
</style>

background-color css

<style>
 a { background-color: #96F5EA; }

 a { background-color: rgb(150,245,234); }

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

border-color css

<style>
 span { border-color: #96F5EA; }

 span { border-color: rgb(150,245,234); }

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