Html Css Color HEX #96F8E8 Pale Turquoise

📋 copy color: '#96F8E8'

red 150 ◦ green 248 ◦ blue 232

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

Shades of Pale Turquoise #96F8E8

Tints of Pale Turquoise #96F8E8

RGB

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

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

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

R = 23.81%
G = 39.37%
B = 36.83%

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

#96F8E8 (or 0x96F8E8) is known color: Pale Turquoise. HEX triplet: 96, F8 and E8. RGB value is (150,248,232). Sum of RGB (Red+Green+Blue) = 150+248+232=630 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.81% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F8E8 is #690717. Grayscale: #D8D8D8. Windows color (decimal): -6883096 or 15267990. OLE color: 15267990.

HSL color Cylindrical-coordinate representation of color #96F8E8: hue angle of 170.2º 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 #96F8E8 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 232 -
CMYK 0.40 0 0.06 0.03
HSL 170.2º 0.88% 0.78% -
HSV(B) 170.2º 0.4% 0.97% -
XYZ 60.71 79.45 88.48 -
YUV 216.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 150 248 232 0.40 0 0.06 0.03 170.2 0.88 0.78
Hex 96 F8 E8 28 0 6 3 AA 58 4E
Octal 226 370 350 50 0 6 3 252 130 116
Binary 10010110 11111000 11101000 101000 0 110 11 10101010 1011000 1001110

Color Harmonies of #96F8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F8E8

Black with #96F8E8

Text Example


Text Example

White with #96F8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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