Html Css Color HEX #96FCF2 Pale Turquoise

📋 copy color: '#96FCF2'

red 150 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #96FCF2

Tints of Pale Turquoise #96FCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.58%

R = 23.29%
G = 39.13%
B = 37.58%

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

#96FCF2 (or 0x96FCF2) is known color: Pale Turquoise. HEX triplet: 96, FC and F2. RGB value is (150,252,242). Sum of RGB (Red+Green+Blue) = 150+252+242=644 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.29% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FCF2 is #69030D. Grayscale: #DCDCDC. Windows color (decimal): -6882062 or 15924374. OLE color: 15924374.

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

Color convert

RGB 150 252 242 -
CMYK 0.40 0 0.04 0.01
HSL 174.12º 0.94% 0.79% -
HSV(B) 174.12º 0.4% 0.99% -
XYZ 63.42 82.52 96.59 -
YUV 220.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 150 252 242 0.40 0 0.04 0.01 174.12 0.94 0.79
Hex 96 FC F2 28 0 4 1 AE 5E 4F
Octal 226 374 362 50 0 4 1 256 136 117
Binary 10010110 11111100 11110010 101000 0 100 1 10101110 1011110 1001111

Color Harmonies of #96FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCF2

Black with #96FCF2

Text Example


Text Example

White with #96FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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