Html Css Color HEX #B0FBF2 Pale Turquoise

📋 copy color: '#B0FBF2'

red 176 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #B0FBF2

Tints of Pale Turquoise #B0FBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.52%

 BLUE value IS 242 (94.92% from 255) = 36.17%

R = 26.31%
G = 37.52%
B = 36.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B0FBF2 (or 0xB0FBF2) is known color: Pale Turquoise. HEX triplet: B0, FB and F2. RGB value is (176,251,242). Sum of RGB (Red+Green+Blue) = 176+251+242=669 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.31% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBF2 is #4F040D. Grayscale: #E3E3E3. Windows color (decimal): -5178382 or 15924144. OLE color: 15924144.

HSL color Cylindrical-coordinate representation of color #B0FBF2: hue angle of 172.8º 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 #B0FBF2 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 242 -
CMYK 0.30 0 0.04 0.02
HSL 172.8º 0.9% 0.84% -
HSV(B) 172.8º 0.3% 0.98% -
XYZ 68.43 84.64 96.73 -
YUV 227.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 176 251 242 0.30 0 0.04 0.02 172.8 0.9 0.84
Hex B0 FB F2 1E 0 4 2 AD 5A 54
Octal 260 373 362 36 0 4 2 255 132 124
Binary 10110000 11111011 11110010 11110 0 100 10 10101101 1011010 1010100

Color Harmonies of #B0FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBF2

Black with #B0FBF2

Text Example


Text Example

White with #B0FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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