Html Css Color HEX #B9FBF0 Pale Turquoise

📋 copy color: '#B9FBF0'

red 185 ◦ green 251 ◦ blue 240

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

Shades of Pale Turquoise #B9FBF0

Tints of Pale Turquoise #B9FBF0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.13%

 BLUE value IS 240 (94.14% from 255) = 35.5%

R = 27.37%
G = 37.13%
B = 35.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B9FBF0 (or 0xB9FBF0) is known color: Pale Turquoise. HEX triplet: B9, FB and F0. RGB value is (185,251,240). Sum of RGB (Red+Green+Blue) = 185+251+240=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBF0 is #46040F. Grayscale: #E5E5E5. Windows color (decimal): -4588560 or 15793081. OLE color: 15793081.

HSL color Cylindrical-coordinate representation of color #B9FBF0: hue angle of 170º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBF0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 251 240 -
CMYK 0.26 0 0.04 0.02
HSL 170º 0.89% 0.85% -
HSV(B) 170º 0.26% 0.98% -
XYZ 70.23 85.6 95.26 -
YUV 230.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 185 251 240 0.26 0 0.04 0.02 170 0.89 0.85
Hex B9 FB F0 1A 0 4 2 AA 59 55
Octal 271 373 360 32 0 4 2 252 131 125
Binary 10111001 11111011 11110000 11010 0 100 10 10101010 1011001 1010101

Color Harmonies of #B9FBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FBF0

Black with #B9FBF0

Text Example


Text Example

White with #B9FBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FBF0; }

 p { color: rgb(185,251,240); }

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

background-color css

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

 a { background-color: rgb(185,251,240); }

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

border-color css

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

 span { border-color: rgb(185,251,240); }

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