Html Css Color HEX #96FAF1 Pale Turquoise

📋 copy color: '#96FAF1'

red 150 ◦ green 250 ◦ blue 241

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

Shades of Pale Turquoise #96FAF1

Tints of Pale Turquoise #96FAF1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39%

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

R = 23.4%
G = 39%
B = 37.6%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#96FAF1 (or 0x96FAF1) is known color: Pale Turquoise. HEX triplet: 96, FA and F1. RGB value is (150,250,241). Sum of RGB (Red+Green+Blue) = 150+250+241=641 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.40% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FAF1 is #69050E. Grayscale: #DBDBDB. Windows color (decimal): -6882575 or 15858326. OLE color: 15858326.

HSL color Cylindrical-coordinate representation of color #96FAF1: hue angle of 174.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FAF1 is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 241 -
CMYK 0.4 0 0.04 0.02
HSL 174.6º 0.91% 0.78% -
HSV(B) 174.6º 0.4% 0.98% -
XYZ 62.64 81.21 95.59 -
YUV 219.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 150 250 241 0.4 0 0.04 0.02 174.6 0.91 0.78
Hex 96 FA F1 28 0 4 2 AF 5B 4E
Octal 226 372 361 50 0 4 2 257 133 116
Binary 10010110 11111010 11110001 101000 0 100 10 10101111 1011011 1001110

Color Harmonies of #96FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAF1

Black with #96FAF1

Text Example


Text Example

White with #96FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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