Html Css Color HEX #96F8E9 Pale Turquoise

📋 copy color: '#96F8E9'

red 150 ◦ green 248 ◦ blue 233

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

Shades of Pale Turquoise #96F8E9

Tints of Pale Turquoise #96F8E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.93%

R = 23.77%
G = 39.3%
B = 36.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#96F8E9 (or 0x96F8E9) is known color: Pale Turquoise. HEX triplet: 96, F8 and E9. RGB value is (150,248,233). Sum of RGB (Red+Green+Blue) = 150+248+233=631 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.77% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F8E9 is #690716. Grayscale: #D8D8D8. Windows color (decimal): -6883095 or 15333526. OLE color: 15333526.

HSL color Cylindrical-coordinate representation of color #96F8E9: hue angle of 170.82º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8E9 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 233 -
CMYK 0.40 0 0.06 0.03
HSL 170.82º 0.88% 0.78% -
HSV(B) 170.82º 0.4% 0.97% -
XYZ 60.85 79.5 89.23 -
YUV 216.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 150 248 233 0.40 0 0.06 0.03 170.82 0.88 0.78
Hex 96 F8 E9 28 0 6 3 AB 58 4E
Octal 226 370 351 50 0 6 3 253 130 116
Binary 10010110 11111000 11101001 101000 0 110 11 10101011 1011000 1001110

Color Harmonies of #96F8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F8E9

Black with #96F8E9

Text Example


Text Example

White with #96F8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,248,233); }

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

background-color css

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

 a { background-color: rgb(150,248,233); }

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

border-color css

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

 span { border-color: rgb(150,248,233); }

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