Html Css Color HEX #B9FEF3 Pale Turquoise

📋 copy color: '#B9FEF3'

red 185 ◦ green 254 ◦ blue 243

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

Shades of Pale Turquoise #B9FEF3

Tints of Pale Turquoise #B9FEF3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.24%

 BLUE value IS 243 (95.31% from 255) = 35.63%

R = 27.13%
G = 37.24%
B = 35.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#B9FEF3 (or 0xB9FEF3) is known color: Pale Turquoise. HEX triplet: B9, FE and F3. RGB value is (185,254,243). Sum of RGB (Red+Green+Blue) = 185+254+243=682 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.13% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEF3 is #46010C. Grayscale: #E8E8E8. Windows color (decimal): -4587789 or 15990457. OLE color: 15990457.

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

Color convert

RGB 185 254 243 -
CMYK 0.27 0 0.04 0.00
HSL 170.43º 0.97% 0.86% -
HSV(B) 170.43º 0.27% 1% -
XYZ 71.63 87.67 97.94 -
YUV 232.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 185 254 243 0.27 0 0.04 0.00 170.43 0.97 0.86
Hex B9 FE F3 1B 0 4 0 AA 61 56
Octal 271 376 363 33 0 4 0 252 141 126
Binary 10111001 11111110 11110011 11011 0 100 0 10101010 1100001 1010110

Color Harmonies of #B9FEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FEF3

Black with #B9FEF3

Text Example


Text Example

White with #B9FEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FEF3; }

 p { color: rgb(185,254,243); }

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

background-color css

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

 a { background-color: rgb(185,254,243); }

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

border-color css

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

 span { border-color: rgb(185,254,243); }

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