Html Css Color HEX #B9FBF2 Pale Turquoise

📋 copy color: '#B9FBF2'

red 185 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #B9FBF2

Tints of Pale Turquoise #B9FBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.69%

R = 27.29%
G = 37.02%
B = 35.69%

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

#B9FBF2 (or 0xB9FBF2) is known color: Pale Turquoise. HEX triplet: B9, FB and F2. RGB value is (185,251,242). Sum of RGB (Red+Green+Blue) = 185+251+242=678 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.29% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBF2 is #46040D. Grayscale: #E6E6E6. Windows color (decimal): -4588558 or 15924153. OLE color: 15924153.

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

Color convert

RGB 185 251 242 -
CMYK 0.26 0 0.04 0.02
HSL 171.82º 0.89% 0.85% -
HSV(B) 171.82º 0.26% 0.98% -
XYZ 70.53 85.72 96.83 -
YUV 230.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 185 251 242 0.26 0 0.04 0.02 171.82 0.89 0.85
Hex B9 FB F2 1A 0 4 2 AC 59 55
Octal 271 373 362 32 0 4 2 254 131 125
Binary 10111001 11111011 11110010 11010 0 100 10 10101100 1011001 1010101

Color Harmonies of #B9FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FBF2

Black with #B9FBF2

Text Example


Text Example

White with #B9FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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