Html Css Color HEX #9BFFF5 Pale Turquoise

📋 copy color: '#9BFFF5'

red 155 ◦ green 255 ◦ blue 245

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

Shades of Pale Turquoise #9BFFF5

Tints of Pale Turquoise #9BFFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.4%

R = 23.66%
G = 38.93%
B = 37.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#9BFFF5 (or 0x9BFFF5) is known color: Pale Turquoise. HEX triplet: 9B, FF and F5. RGB value is (155,255,245). Sum of RGB (Red+Green+Blue) = 155+255+245=655 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.66% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFF5 is #64000A. Grayscale: #DFDFDF. Windows color (decimal): -6553611 or 16121755. OLE color: 16121755.

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

Color convert

RGB 155 255 245 -
CMYK 0.39 0 0.04 0
HSL 174º 1% 0.8% -
HSV(B) 174º 0.39% 1% -
XYZ 65.76 85.08 99.34 -
YUV 223.96 139.87 78.81 -
System Red Green Blue C M Y K H S L
Decimal 155 255 245 0.39 0 0.04 0 174 1 0.8
Hex 9B FF F5 27 0 4 0 AE 64 50
Octal 233 377 365 47 0 4 0 256 144 120
Binary 10011011 11111111 11110101 100111 0 100 0 10101110 1100100 1010000

Color Harmonies of #9BFFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFF5

Black with #9BFFF5

Text Example


Text Example

White with #9BFFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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