Html Css Color HEX #B9FEF0 Pale Turquoise

📋 copy color: '#B9FEF0'

red 185 ◦ green 254 ◦ blue 240

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

Shades of Pale Turquoise #B9FEF0

Tints of Pale Turquoise #B9FEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.41%

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

R = 27.25%
G = 37.41%
B = 35.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#B9FEF0 (or 0xB9FEF0) is known color: Pale Turquoise. HEX triplet: B9, FE and F0. RGB value is (185,254,240). Sum of RGB (Red+Green+Blue) = 185+254+240=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEF0 is #46010F. Grayscale: #E7E7E7. Windows color (decimal): -4587792 or 15793849. OLE color: 15793849.

HSL color Cylindrical-coordinate representation of color #B9FEF0: hue angle of 167.83º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FEF0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 254 240 -
CMYK 0.27 0 0.06 0.00
HSL 167.83º 0.97% 0.86% -
HSV(B) 167.83º 0.27% 1% -
XYZ 71.18 87.49 95.57 -
YUV 231.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 185 254 240 0.27 0 0.06 0.00 167.83 0.97 0.86
Hex B9 FE F0 1B 0 6 0 A8 61 56
Octal 271 376 360 33 0 6 0 250 141 126
Binary 10111001 11111110 11110000 11011 0 110 0 10101000 1100001 1010110

Color Harmonies of #B9FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FEF0

Black with #B9FEF0

Text Example


Text Example

White with #B9FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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