Html Css Color HEX #B9F2EB Pale Turquoise

📋 copy color: '#B9F2EB'

red 185 ◦ green 242 ◦ blue 235

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

Shades of Pale Turquoise #B9F2EB

Tints of Pale Turquoise #B9F2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.5%

R = 27.95%
G = 36.56%
B = 35.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#B9F2EB (or 0xB9F2EB) is known color: Pale Turquoise. HEX triplet: B9, F2 and EB. RGB value is (185,242,235). Sum of RGB (Red+Green+Blue) = 185+242+235=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F2EB is #460D14. Grayscale: #E0E0E0. Windows color (decimal): -4590869 or 15463097. OLE color: 15463097.

HSL color Cylindrical-coordinate representation of color #B9F2EB: hue angle of 172.63º 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 #B9F2EB is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 242 235 -
CMYK 0.24 0 0.03 0.05
HSL 172.63º 0.69% 0.84% -
HSV(B) 172.63º 0.24% 0.95% -
XYZ 66.76 79.82 90.49 -
YUV 224.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 185 242 235 0.24 0 0.03 0.05 172.63 0.69 0.84
Hex B9 F2 EB 18 0 3 5 AD 45 54
Octal 271 362 353 30 0 3 5 255 105 124
Binary 10111001 11110010 11101011 11000 0 11 101 10101101 1000101 1010100

Color Harmonies of #B9F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F2EB

Black with #B9F2EB

Text Example


Text Example

White with #B9F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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