Html Css Color HEX #9FFDFB Pale Turquoise

📋 copy color: '#9FFDFB'

red 159 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #9FFDFB

Tints of Pale Turquoise #9FFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.16%

 BLUE value IS 251 (98.44% from 255) = 37.86%

R = 23.98%
G = 38.16%
B = 37.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#9FFDFB (or 0x9FFDFB) is known color: Pale Turquoise. HEX triplet: 9F, FD and FB. RGB value is (159,253,251). Sum of RGB (Red+Green+Blue) = 159+253+251=663 (87% of max value = 765). Red value is 159 (62.5% from 255 or 23.98% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDFB is #600204. Grayscale: #E0E0E0. Windows color (decimal): -6291973 or 16514463. OLE color: 16514463.

HSL color Cylindrical-coordinate representation of color #9FFDFB: hue angle of 178.72º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFDFB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 253 251 -
CMYK 0.37 0 0.01 0.01
HSL 178.72º 0.96% 0.81% -
HSV(B) 178.72º 0.37% 0.99% -
XYZ 66.84 84.59 104.07 -
YUV 224.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 159 253 251 0.37 0 0.01 0.01 178.72 0.96 0.81
Hex 9F FD FB 25 0 1 1 B3 60 51
Octal 237 375 373 45 0 1 1 263 140 121
Binary 10011111 11111101 11111011 100101 0 1 1 10110011 1100000 1010001

Color Harmonies of #9FFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFDFB

Black with #9FFDFB

Text Example


Text Example

White with #9FFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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