Html Css Color HEX #B9F0EA Pale Turquoise

📋 copy color: '#B9F0EA'

red 185 ◦ green 240 ◦ blue 234

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

Shades of Pale Turquoise #B9F0EA

Tints of Pale Turquoise #B9F0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 28.07%
G = 36.42%
B = 35.51%

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

#B9F0EA (or 0xB9F0EA) is known color: Pale Turquoise. HEX triplet: B9, F0 and EA. RGB value is (185,240,234). Sum of RGB (Red+Green+Blue) = 185+240+234=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F0EA is #460F15. Grayscale: #DEDEDE. Windows color (decimal): -4591382 or 15397049. OLE color: 15397049.

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

Color convert

RGB 185 240 234 -
CMYK 0.23 0 0.02 0.06
HSL 173.45º 0.65% 0.83% -
HSV(B) 173.45º 0.23% 0.94% -
XYZ 66.02 78.57 89.53 -
YUV 222.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 185 240 234 0.23 0 0.02 0.06 173.45 0.65 0.83
Hex B9 F0 EA 17 0 2 6 AD 41 53
Octal 271 360 352 27 0 2 6 255 101 123
Binary 10111001 11110000 11101010 10111 0 10 110 10101101 1000001 1010011

Color Harmonies of #B9F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F0EA

Black with #B9F0EA

Text Example


Text Example

White with #B9F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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