Html Css Color HEX #9FFBEC Pale Turquoise

📋 copy color: '#9FFBEC'

red 159 ◦ green 251 ◦ blue 236

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

Shades of Pale Turquoise #9FFBEC

Tints of Pale Turquoise #9FFBEC

RGB

 RED value IS 159 (62.5% from 255) = 24.61%

 GREEN value IS 251 (98.44% from 255) = 38.85%

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 24.61%
G = 38.85%
B = 36.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#9FFBEC (or 0x9FFBEC) is known color: Pale Turquoise. HEX triplet: 9F, FB and EC. RGB value is (159,251,236). Sum of RGB (Red+Green+Blue) = 159+251+236=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBEC is #600413. Grayscale: #DDDDDD. Windows color (decimal): -6292500 or 15530911. OLE color: 15530911.

HSL color Cylindrical-coordinate representation of color #9FFBEC: hue angle of 170.22º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBEC is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 251 236 -
CMYK 0.37 0 0.06 0.02
HSL 170.22º 0.92% 0.8% -
HSV(B) 170.22º 0.37% 0.98% -
XYZ 63.94 82.42 91.9 -
YUV 221.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 159 251 236 0.37 0 0.06 0.02 170.22 0.92 0.8
Hex 9F FB EC 25 0 6 2 AA 5C 50
Octal 237 373 354 45 0 6 2 252 134 120
Binary 10011111 11111011 11101100 100101 0 110 10 10101010 1011100 1010000

Color Harmonies of #9FFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFBEC

Black with #9FFBEC

Text Example


Text Example

White with #9FFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FFBEC; }

 p { color: rgb(159,251,236); }

 H1.HeaderClassName
 {
   color: #9FFBEC;
 }
 .AnyTagClassName
 {
   color: #9FFBEC;
 }
</style>

background-color css

<style>
 a { background-color: #9FFBEC; }

 a { background-color: rgb(159,251,236); }

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

border-color css

<style>
 span { border-color: #9FFBEC; }

 span { border-color: rgb(159,251,236); }

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