Html Css Color HEX #B9FEF6 Pale Turquoise

📋 copy color: '#B9FEF6'

red 185 ◦ green 254 ◦ blue 246

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

Shades of Pale Turquoise #B9FEF6

Tints of Pale Turquoise #B9FEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.91%

R = 27.01%
G = 37.08%
B = 35.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#B9FEF6 (or 0xB9FEF6) is known color: Pale Turquoise. HEX triplet: B9, FE and F6. RGB value is (185,254,246). Sum of RGB (Red+Green+Blue) = 185+254+246=685 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.01% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEF6 is #460109. Grayscale: #E8E8E8. Windows color (decimal): -4587786 or 16187065. OLE color: 16187065.

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

Color convert

RGB 185 254 246 -
CMYK 0.27 0 0.03 0.00
HSL 173.04º 0.97% 0.86% -
HSV(B) 173.04º 0.27% 1% -
XYZ 72.08 87.85 100.35 -
YUV 232.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 185 254 246 0.27 0 0.03 0.00 173.04 0.97 0.86
Hex B9 FE F6 1B 0 3 0 AD 61 56
Octal 271 376 366 33 0 3 0 255 141 126
Binary 10111001 11111110 11110110 11011 0 11 0 10101101 1100001 1010110

Color Harmonies of #B9FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FEF6

Black with #B9FEF6

Text Example


Text Example

White with #B9FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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