Html Css Color HEX #B9FCF2 Pale Turquoise

📋 copy color: '#B9FCF2'

red 185 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #B9FCF2

Tints of Pale Turquoise #B9FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

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

R = 27.25%
G = 37.11%
B = 35.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#B9FCF2 (or 0xB9FCF2) is known color: Pale Turquoise. HEX triplet: B9, FC and F2. RGB value is (185,252,242). Sum of RGB (Red+Green+Blue) = 185+252+242=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FCF2 is #46030D. Grayscale: #E6E6E6. Windows color (decimal): -4588302 or 15924409. OLE color: 15924409.

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

Color convert

RGB 185 252 242 -
CMYK 0.27 0 0.04 0.01
HSL 171.04º 0.92% 0.86% -
HSV(B) 171.04º 0.27% 0.99% -
XYZ 70.84 86.35 96.94 -
YUV 230.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 185 252 242 0.27 0 0.04 0.01 171.04 0.92 0.86
Hex B9 FC F2 1B 0 4 1 AB 5C 56
Octal 271 374 362 33 0 4 1 253 134 126
Binary 10111001 11111100 11110010 11011 0 100 1 10101011 1011100 1010110

Color Harmonies of #B9FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FCF2

Black with #B9FCF2

Text Example


Text Example

White with #B9FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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