Html Css Color HEX #B2FBF2 Pale Turquoise

📋 copy color: '#B2FBF2'

red 178 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #B2FBF2

Tints of Pale Turquoise #B2FBF2

RGB

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

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

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

R = 26.53%
G = 37.41%
B = 36.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B2FBF2 (or 0xB2FBF2) is known color: Pale Turquoise. HEX triplet: B2, FB and F2. RGB value is (178,251,242). Sum of RGB (Red+Green+Blue) = 178+251+242=671 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.53% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBF2 is #4D040D. Grayscale: #E4E4E4. Windows color (decimal): -5047310 or 15924146. OLE color: 15924146.

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

Color convert

RGB 178 251 242 -
CMYK 0.29 0 0.04 0.02
HSL 172.6º 0.9% 0.84% -
HSV(B) 172.6º 0.29% 0.98% -
XYZ 68.88 84.87 96.76 -
YUV 228.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 178 251 242 0.29 0 0.04 0.02 172.6 0.9 0.84
Hex B2 FB F2 1D 0 4 2 AD 5A 54
Octal 262 373 362 35 0 4 2 255 132 124
Binary 10110010 11111011 11110010 11101 0 100 10 10101101 1011010 1010100

Color Harmonies of #B2FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBF2

Black with #B2FBF2

Text Example


Text Example

White with #B2FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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