Html Css Color HEX #B0FEF6 Pale Turquoise

📋 copy color: '#B0FEF6'

red 176 ◦ green 254 ◦ blue 246

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

Shades of Pale Turquoise #B0FEF6

Tints of Pale Turquoise #B0FEF6

RGB

 RED value IS 176 (69.14% from 255) = 26.04%

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

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

R = 26.04%
G = 37.57%
B = 36.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#B0FEF6 (or 0xB0FEF6) is known color: Pale Turquoise. HEX triplet: B0, FE and F6. RGB value is (176,254,246). Sum of RGB (Red+Green+Blue) = 176+254+246=676 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.04% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FEF6 is #4F0109. Grayscale: #E5E5E5. Windows color (decimal): -5177610 or 16187056. OLE color: 16187056.

HSL color Cylindrical-coordinate representation of color #B0FEF6: hue angle of 173.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEF6 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 246 -
CMYK 0.31 0 0.03 0.00
HSL 173.85º 0.98% 0.84% -
HSV(B) 173.85º 0.31% 1% -
XYZ 69.98 86.77 100.25 -
YUV 229.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 176 254 246 0.31 0 0.03 0.00 173.85 0.98 0.84
Hex B0 FE F6 1F 0 3 0 AE 62 54
Octal 260 376 366 37 0 3 0 256 142 124
Binary 10110000 11111110 11110110 11111 0 11 0 10101110 1100010 1010100

Color Harmonies of #B0FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEF6

Black with #B0FEF6

Text Example


Text Example

White with #B0FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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