Html Css Color HEX #B9FBF4 Pale Turquoise

📋 copy color: '#B9FBF4'

red 185 ◦ green 251 ◦ blue 244

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

Shades of Pale Turquoise #B9FBF4

Tints of Pale Turquoise #B9FBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.88%

R = 27.21%
G = 36.91%
B = 35.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#B9FBF4 (or 0xB9FBF4) is known color: Pale Turquoise. HEX triplet: B9, FB and F4. RGB value is (185,251,244). Sum of RGB (Red+Green+Blue) = 185+251+244=680 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.21% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBF4 is #46040B. Grayscale: #E6E6E6. Windows color (decimal): -4588556 or 16055225. OLE color: 16055225.

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

Color convert

RGB 185 251 244 -
CMYK 0.26 0 0.03 0.02
HSL 173.64º 0.89% 0.85% -
HSV(B) 173.64º 0.26% 0.98% -
XYZ 70.83 85.84 98.42 -
YUV 230.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 185 251 244 0.26 0 0.03 0.02 173.64 0.89 0.85
Hex B9 FB F4 1A 0 3 2 AE 59 55
Octal 271 373 364 32 0 3 2 256 131 125
Binary 10111001 11111011 11110100 11010 0 11 10 10101110 1011001 1010101

Color Harmonies of #B9FBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FBF4

Black with #B9FBF4

Text Example


Text Example

White with #B9FBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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