Html Css Color HEX #96F9E8 Pale Turquoise

📋 copy color: '#96F9E8'

red 150 ◦ green 249 ◦ blue 232

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

Shades of Pale Turquoise #96F9E8

Tints of Pale Turquoise #96F9E8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.46%

 BLUE value IS 232 (91.02% from 255) = 36.77%

R = 23.77%
G = 39.46%
B = 36.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#96F9E8 (or 0x96F9E8) is known color: Pale Turquoise. HEX triplet: 96, F9 and E8. RGB value is (150,249,232). Sum of RGB (Red+Green+Blue) = 150+249+232=631 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.77% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F9E8 is #690617. Grayscale: #D9D9D9. Windows color (decimal): -6882840 or 15268246. OLE color: 15268246.

HSL color Cylindrical-coordinate representation of color #96F9E8: hue angle of 169.7º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9E8 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 232 -
CMYK 0.40 0 0.07 0.02
HSL 169.7º 0.89% 0.78% -
HSV(B) 169.7º 0.4% 0.98% -
XYZ 61.02 80.06 88.58 -
YUV 217.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 150 249 232 0.40 0 0.07 0.02 169.7 0.89 0.78
Hex 96 F9 E8 28 0 7 2 AA 59 4E
Octal 226 371 350 50 0 7 2 252 131 116
Binary 10010110 11111001 11101000 101000 0 111 10 10101010 1011001 1001110

Color Harmonies of #96F9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9E8

Black with #96F9E8

Text Example


Text Example

White with #96F9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,249,232); }

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

background-color css

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

 a { background-color: rgb(150,249,232); }

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

border-color css

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

 span { border-color: rgb(150,249,232); }

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