Html Css Color HEX #9BFFF8 Pale Turquoise

📋 copy color: '#9BFFF8'

red 155 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #9BFFF8

Tints of Pale Turquoise #9BFFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.69%

R = 23.56%
G = 38.75%
B = 37.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#9BFFF8 (or 0x9BFFF8) is known color: Pale Turquoise. HEX triplet: 9B, FF and F8. RGB value is (155,255,248). Sum of RGB (Red+Green+Blue) = 155+255+248=658 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.56% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFF8 is #640007. Grayscale: #E0E0E0. Windows color (decimal): -6553608 or 16318363. OLE color: 16318363.

HSL color Cylindrical-coordinate representation of color #9BFFF8: hue angle of 175.8º 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 #9BFFF8 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 248 -
CMYK 0.39 0 0.03 0
HSL 175.8º 1% 0.8% -
HSV(B) 175.8º 0.39% 1% -
XYZ 66.22 85.27 101.77 -
YUV 224.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 155 255 248 0.39 0 0.03 0 175.8 1 0.8
Hex 9B FF F8 27 0 3 0 B0 64 50
Octal 233 377 370 47 0 3 0 260 144 120
Binary 10011011 11111111 11111000 100111 0 11 0 10110000 1100100 1010000

Color Harmonies of #9BFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFF8

Black with #9BFFF8

Text Example


Text Example

White with #9BFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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