Html Css Color HEX #B9F2EF Pale Turquoise

📋 copy color: '#B9F2EF'

red 185 ◦ green 242 ◦ blue 239

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

Shades of Pale Turquoise #B9F2EF

Tints of Pale Turquoise #B9F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

 BLUE value IS 239 (93.75% from 255) = 35.89%

R = 27.78%
G = 36.34%
B = 35.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#B9F2EF (or 0xB9F2EF) is known color: Pale Turquoise. HEX triplet: B9, F2 and EF. RGB value is (185,242,239). Sum of RGB (Red+Green+Blue) = 185+242+239=666 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.78% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F2EF is #460D10. Grayscale: #E0E0E0. Windows color (decimal): -4590865 or 15725241. OLE color: 15725241.

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

Color convert

RGB 185 242 239 -
CMYK 0.24 0 0.01 0.05
HSL 176.84º 0.69% 0.84% -
HSV(B) 176.84º 0.24% 0.95% -
XYZ 67.34 80.05 93.56 -
YUV 224.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 185 242 239 0.24 0 0.01 0.05 176.84 0.69 0.84
Hex B9 F2 EF 18 0 1 5 B1 45 54
Octal 271 362 357 30 0 1 5 261 105 124
Binary 10111001 11110010 11101111 11000 0 1 101 10110001 1000101 1010100

Color Harmonies of #B9F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F2EF

Black with #B9F2EF

Text Example


Text Example

White with #B9F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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