Html Css Color HEX #B9EFE9 Pale Turquoise

📋 copy color: '#B9EFE9'

red 185 ◦ green 239 ◦ blue 233

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

Shades of Pale Turquoise #B9EFE9

Tints of Pale Turquoise #B9EFE9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.38%

 BLUE value IS 233 (91.41% from 255) = 35.46%

R = 28.16%
G = 36.38%
B = 35.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#B9EFE9 (or 0xB9EFE9) is known color: Pale Turquoise. HEX triplet: B9, EF and E9. RGB value is (185,239,233). Sum of RGB (Red+Green+Blue) = 185+239+233=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFE9 is #461016. Grayscale: #DEDEDE. Windows color (decimal): -4591639 or 15331257. OLE color: 15331257.

HSL color Cylindrical-coordinate representation of color #B9EFE9: hue angle of 173.33º degrees, saturation: 0.63, 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 #B9EFE9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 239 233 -
CMYK 0.23 0 0.03 0.06
HSL 173.33º 0.63% 0.83% -
HSV(B) 173.33º 0.23% 0.94% -
XYZ 65.58 77.93 88.68 -
YUV 222.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 185 239 233 0.23 0 0.03 0.06 173.33 0.63 0.83
Hex B9 EF E9 17 0 3 6 AD 3F 53
Octal 271 357 351 27 0 3 6 255 77 123
Binary 10111001 11101111 11101001 10111 0 11 110 10101101 111111 1010011

Color Harmonies of #B9EFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EFE9

Black with #B9EFE9

Text Example


Text Example

White with #B9EFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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