Html Css Color HEX #B2FBEF Pale Turquoise

📋 copy color: '#B2FBEF'

red 178 ◦ green 251 ◦ blue 239

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

Shades of Pale Turquoise #B2FBEF

Tints of Pale Turquoise #B2FBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.78%

R = 26.65%
G = 37.57%
B = 35.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#B2FBEF (or 0xB2FBEF) is known color: Pale Turquoise. HEX triplet: B2, FB and EF. RGB value is (178,251,239). Sum of RGB (Red+Green+Blue) = 178+251+239=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBEF is #4D0410. Grayscale: #E3E3E3. Windows color (decimal): -5047313 or 15727538. OLE color: 15727538.

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

Color convert

RGB 178 251 239 -
CMYK 0.29 0 0.05 0.02
HSL 170.14º 0.9% 0.84% -
HSV(B) 170.14º 0.29% 0.98% -
XYZ 68.44 84.69 94.4 -
YUV 227.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 178 251 239 0.29 0 0.05 0.02 170.14 0.9 0.84
Hex B2 FB EF 1D 0 5 2 AA 5A 54
Octal 262 373 357 35 0 5 2 252 132 124
Binary 10110010 11111011 11101111 11101 0 101 10 10101010 1011010 1010100

Color Harmonies of #B2FBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBEF

Black with #B2FBEF

Text Example


Text Example

White with #B2FBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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