Html Css Color HEX #B9F1EC Pale Turquoise

📋 copy color: '#B9F1EC'

red 185 ◦ green 241 ◦ blue 236

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

Shades of Pale Turquoise #B9F1EC

Tints of Pale Turquoise #B9F1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.4%

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

R = 27.95%
G = 36.4%
B = 35.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#B9F1EC (or 0xB9F1EC) is known color: Pale Turquoise. HEX triplet: B9, F1 and EC. RGB value is (185,241,236). Sum of RGB (Red+Green+Blue) = 185+241+236=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1EC is #460E13. Grayscale: #DFDFDF. Windows color (decimal): -4591124 or 15528377. OLE color: 15528377.

HSL color Cylindrical-coordinate representation of color #B9F1EC: hue angle of 174.64º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F1EC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 241 236 -
CMYK 0.23 0 0.02 0.05
HSL 174.64º 0.67% 0.84% -
HSV(B) 174.64º 0.23% 0.95% -
XYZ 66.6 79.28 91.15 -
YUV 223.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 185 241 236 0.23 0 0.02 0.05 174.64 0.67 0.84
Hex B9 F1 EC 17 0 2 5 AF 43 54
Octal 271 361 354 27 0 2 5 257 103 124
Binary 10111001 11110001 11101100 10111 0 10 101 10101111 1000011 1010100

Color Harmonies of #B9F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F1EC

Black with #B9F1EC

Text Example


Text Example

White with #B9F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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