Html Css Color HEX #B0F6FB Pale Turquoise

📋 copy color: '#B0F6FB'

red 176 ◦ green 246 ◦ blue 251

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

Shades of Pale Turquoise #B0F6FB

Tints of Pale Turquoise #B0F6FB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.55%

 BLUE value IS 251 (98.44% from 255) = 37.3%

R = 26.15%
G = 36.55%
B = 37.3%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0F6FB (or 0xB0F6FB) is known color: Pale Turquoise. HEX triplet: B0, F6 and FB. RGB value is (176,246,251). Sum of RGB (Red+Green+Blue) = 176+246+251=673 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.15% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0F6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F6FB is #4F0904. Grayscale: #E1E1E1. Windows color (decimal): -5179653 or 16512688. OLE color: 16512688.

HSL color Cylindrical-coordinate representation of color #B0F6FB: hue angle of 184º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F6FB is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 246 251 -
CMYK 0.30 0.02 0 0.02
HSL 184º 0.9% 0.84% -
HSV(B) 184º 0.3% 0.98% -
XYZ 68.27 82.11 103.52 -
YUV 225.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 176 246 251 0.30 0.02 0 0.02 184 0.9 0.84
Hex B0 F6 FB 1E 2 0 2 B8 5A 54
Octal 260 366 373 36 2 0 2 270 132 124
Binary 10110000 11110110 11111011 11110 10 0 10 10111000 1011010 1010100

Color Harmonies of #B0F6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F6FB

Black with #B0F6FB

Text Example


Text Example

White with #B0F6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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