Html Css Color HEX #96EEE2 Pale Turquoise

📋 copy color: '#96EEE2'

red 150 ◦ green 238 ◦ blue 226

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

Shades of Pale Turquoise #96EEE2

Tints of Pale Turquoise #96EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.76%

 BLUE value IS 226 (88.67% from 255) = 36.81%

R = 24.43%
G = 38.76%
B = 36.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#96EEE2 (or 0x96EEE2) is known color: Pale Turquoise. HEX triplet: 96, EE and E2. RGB value is (150,238,226). Sum of RGB (Red+Green+Blue) = 150+238+226=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEE2 is #69111D. Grayscale: #D2D2D2. Windows color (decimal): -6885662 or 14872214. OLE color: 14872214.

HSL color Cylindrical-coordinate representation of color #96EEE2: hue angle of 171.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EEE2 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 226 -
CMYK 0.37 0 0.05 0.07
HSL 171.82º 0.72% 0.76% -
HSV(B) 171.82º 0.37% 0.93% -
XYZ 56.88 73.12 83.07 -
YUV 210.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 150 238 226 0.37 0 0.05 0.07 171.82 0.72 0.76
Hex 96 EE E2 25 0 5 7 AC 48 4C
Octal 226 356 342 45 0 5 7 254 110 114
Binary 10010110 11101110 11100010 100101 0 101 111 10101100 1001000 1001100

Color Harmonies of #96EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEE2

Black with #96EEE2

Text Example


Text Example

White with #96EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,238,226); }

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

background-color css

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

 a { background-color: rgb(150,238,226); }

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

border-color css

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

 span { border-color: rgb(150,238,226); }

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