Html Css Color HEX #96FCF1 Pale Turquoise

📋 copy color: '#96FCF1'

red 150 ◦ green 252 ◦ blue 241

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

Shades of Pale Turquoise #96FCF1

Tints of Pale Turquoise #96FCF1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.19%

 BLUE value IS 241 (94.53% from 255) = 37.48%

R = 23.33%
G = 39.19%
B = 37.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#96FCF1 (or 0x96FCF1) is known color: Pale Turquoise. HEX triplet: 96, FC and F1. RGB value is (150,252,241). Sum of RGB (Red+Green+Blue) = 150+252+241=643 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.33% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FCF1 is #69030E. Grayscale: #DCDCDC. Windows color (decimal): -6882063 or 15858838. OLE color: 15858838.

HSL color Cylindrical-coordinate representation of color #96FCF1: hue angle of 173.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCF1 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 241 -
CMYK 0.40 0 0.04 0.01
HSL 173.53º 0.94% 0.79% -
HSV(B) 173.53º 0.4% 0.99% -
XYZ 63.27 82.46 95.8 -
YUV 220.25 139.71 77.89 -
System Red Green Blue C M Y K H S L
Decimal 150 252 241 0.40 0 0.04 0.01 173.53 0.94 0.79
Hex 96 FC F1 28 0 4 1 AE 5E 4F
Octal 226 374 361 50 0 4 1 256 136 117
Binary 10010110 11111100 11110001 101000 0 100 1 10101110 1011110 1001111

Color Harmonies of #96FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCF1

Black with #96FCF1

Text Example


Text Example

White with #96FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,252,241); }

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

background-color css

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

 a { background-color: rgb(150,252,241); }

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

border-color css

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

 span { border-color: rgb(150,252,241); }

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