Html Css Color HEX #B9F1F0 Pale Turquoise

📋 copy color: '#B9F1F0'

red 185 ◦ green 241 ◦ blue 240

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

Shades of Pale Turquoise #B9F1F0

Tints of Pale Turquoise #B9F1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.04%

R = 27.78%
G = 36.19%
B = 36.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#B9F1F0 (or 0xB9F1F0) is known color: Pale Turquoise. HEX triplet: B9, F1 and F0. RGB value is (185,241,240). Sum of RGB (Red+Green+Blue) = 185+241+240=666 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.78% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1F0 is #460E0F. Grayscale: #E0E0E0. Windows color (decimal): -4591120 or 15790521. OLE color: 15790521.

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

Color convert

RGB 185 241 240 -
CMYK 0.23 0 0.00 0.05
HSL 178.93º 0.67% 0.84% -
HSV(B) 178.93º 0.23% 0.95% -
XYZ 67.19 79.52 94.24 -
YUV 224.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 185 241 240 0.23 0 0.00 0.05 178.93 0.67 0.84
Hex B9 F1 F0 17 0 0 5 B3 43 54
Octal 271 361 360 27 0 0 5 263 103 124
Binary 10111001 11110001 11110000 10111 0 0 101 10110011 1000011 1010100

Color Harmonies of #B9F1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F1F0

Black with #B9F1F0

Text Example


Text Example

White with #B9F1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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