Html Css Color HEX #B2FBF6 Pale Turquoise

📋 copy color: '#B2FBF6'

red 178 ◦ green 251 ◦ blue 246

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

Shades of Pale Turquoise #B2FBF6

Tints of Pale Turquoise #B2FBF6

RGB

 RED value IS 178 (69.92% from 255) = 26.37%

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

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

R = 26.37%
G = 37.19%
B = 36.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#B2FBF6 (or 0xB2FBF6) is known color: Pale Turquoise. HEX triplet: B2, FB and F6. RGB value is (178,251,246). Sum of RGB (Red+Green+Blue) = 178+251+246=675 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.37% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBF6 is #4D0409. Grayscale: #E4E4E4. Windows color (decimal): -5047306 or 16186290. OLE color: 16186290.

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

Color convert

RGB 178 251 246 -
CMYK 0.29 0 0.02 0.02
HSL 175.89º 0.9% 0.84% -
HSV(B) 175.89º 0.29% 0.98% -
XYZ 69.49 85.11 99.95 -
YUV 228.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 178 251 246 0.29 0 0.02 0.02 175.89 0.9 0.84
Hex B2 FB F6 1D 0 2 2 B0 5A 54
Octal 262 373 366 35 0 2 2 260 132 124
Binary 10110010 11111011 11110110 11101 0 10 10 10110000 1011010 1010100

Color Harmonies of #B2FBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBF6

Black with #B2FBF6

Text Example


Text Example

White with #B2FBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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