Html Css Color HEX #9BFFE7 Pale Turquoise

📋 copy color: '#9BFFE7'

red 155 ◦ green 255 ◦ blue 231

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

Shades of Pale Turquoise #9BFFE7

Tints of Pale Turquoise #9BFFE7

RGB

 RED value IS 155 (60.94% from 255) = 24.18%

 GREEN value IS 255 (100% from 255) = 39.78%

 BLUE value IS 231 (90.63% from 255) = 36.04%

R = 24.18%
G = 39.78%
B = 36.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#9BFFE7 (or 0x9BFFE7) is known color: Pale Turquoise. HEX triplet: 9B, FF and E7. RGB value is (155,255,231). Sum of RGB (Red+Green+Blue) = 155+255+231=641 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.18% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFE7 is #640018. Grayscale: #DEDEDE. Windows color (decimal): -6553625 or 15204251. OLE color: 15204251.

HSL color Cylindrical-coordinate representation of color #9BFFE7: hue angle of 165.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFE7 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 231 -
CMYK 0.39 0 0.09 0
HSL 165.6º 1% 0.8% -
HSV(B) 165.6º 0.39% 1% -
XYZ 63.7 84.26 88.51 -
YUV 222.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 155 255 231 0.39 0 0.09 0 165.6 1 0.8
Hex 9B FF E7 27 0 9 0 A6 64 50
Octal 233 377 347 47 0 11 0 246 144 120
Binary 10011011 11111111 11100111 100111 0 1001 0 10100110 1100100 1010000

Color Harmonies of #9BFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFE7

Black with #9BFFE7

Text Example


Text Example

White with #9BFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,255,231); }

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

background-color css

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

 a { background-color: rgb(155,255,231); }

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

border-color css

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

 span { border-color: rgb(155,255,231); }

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