Html Css Color HEX #96FFF0 Pale Turquoise

📋 copy color: '#96FFF0'

red 150 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #96FFF0

Tints of Pale Turquoise #96FFF0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.53%

 BLUE value IS 240 (94.14% from 255) = 37.21%

R = 23.26%
G = 39.53%
B = 37.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#96FFF0 (or 0x96FFF0) is known color: Pale Turquoise. HEX triplet: 96, FF and F0. RGB value is (150,255,240). Sum of RGB (Red+Green+Blue) = 150+255+240=645 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.26% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFF0 is #69000F. Grayscale: #DDDDDD. Windows color (decimal): -6881296 or 15794070. OLE color: 15794070.

HSL color Cylindrical-coordinate representation of color #96FFF0: hue angle of 171.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFF0 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 240 -
CMYK 0.41 0 0.06 0
HSL 171.43º 1% 0.79% -
HSV(B) 171.43º 0.41% 1% -
XYZ 64.07 84.3 95.33 -
YUV 221.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 150 255 240 0.41 0 0.06 0 171.43 1 0.79
Hex 96 FF F0 29 0 6 0 AB 64 4F
Octal 226 377 360 51 0 6 0 253 144 117
Binary 10010110 11111111 11110000 101001 0 110 0 10101011 1100100 1001111

Color Harmonies of #96FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFF0

Black with #96FFF0

Text Example


Text Example

White with #96FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,255,240); }

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

background-color css

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

 a { background-color: rgb(150,255,240); }

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

border-color css

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

 span { border-color: rgb(150,255,240); }

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