Html Css Color HEX #B9F0EC Pale Turquoise

📋 copy color: '#B9F0EC'

red 185 ◦ green 240 ◦ blue 236

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

Shades of Pale Turquoise #B9F0EC

Tints of Pale Turquoise #B9F0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.31%

 BLUE value IS 236 (92.58% from 255) = 35.7%

R = 27.99%
G = 36.31%
B = 35.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#B9F0EC (or 0xB9F0EC) is known color: Pale Turquoise. HEX triplet: B9, F0 and EC. RGB value is (185,240,236). Sum of RGB (Red+Green+Blue) = 185+240+236=661 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.99% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F0EC is #460F13. Grayscale: #DFDFDF. Windows color (decimal): -4591380 or 15528121. OLE color: 15528121.

HSL color Cylindrical-coordinate representation of color #B9F0EC: hue angle of 175.64º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F0EC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 240 236 -
CMYK 0.23 0 0.02 0.06
HSL 175.64º 0.65% 0.83% -
HSV(B) 175.64º 0.23% 0.94% -
XYZ 66.31 78.69 91.05 -
YUV 223.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 185 240 236 0.23 0 0.02 0.06 175.64 0.65 0.83
Hex B9 F0 EC 17 0 2 6 B0 41 53
Octal 271 360 354 27 0 2 6 260 101 123
Binary 10111001 11110000 11101100 10111 0 10 110 10110000 1000001 1010011

Color Harmonies of #B9F0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F0EC

Black with #B9F0EC

Text Example


Text Example

White with #B9F0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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