Html Css Color HEX #B9FFF5 Pale Turquoise

📋 copy color: '#B9FFF5'

red 185 ◦ green 255 ◦ blue 245

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

Shades of Pale Turquoise #B9FFF5

Tints of Pale Turquoise #B9FFF5

RGB

 RED value IS 185 (72.66% from 255) = 27.01%

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

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

R = 27.01%
G = 37.23%
B = 35.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#B9FFF5 (or 0xB9FFF5) is known color: Pale Turquoise. HEX triplet: B9, FF and F5. RGB value is (185,255,245). Sum of RGB (Red+Green+Blue) = 185+255+245=685 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.01% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFF5 is #46000A. Grayscale: #E8E8E8. Windows color (decimal): -4587531 or 16121785. OLE color: 16121785.

HSL color Cylindrical-coordinate representation of color #B9FFF5: hue angle of 171.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFF5 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 185 255 245 -
CMYK 0.27 0 0.04 0
HSL 171.43º 1% 0.86% -
HSV(B) 171.43º 0.27% 1% -
XYZ 72.25 88.43 99.65 -
YUV 232.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 185 255 245 0.27 0 0.04 0 171.43 1 0.86
Hex B9 FF F5 1B 0 4 0 AB 64 56
Octal 271 377 365 33 0 4 0 253 144 126
Binary 10111001 11111111 11110101 11011 0 100 0 10101011 1100100 1010110

Color Harmonies of #B9FFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FFF5

Black with #B9FFF5

Text Example


Text Example

White with #B9FFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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