Html Css Color HEX #B2EBF3 Pale Turquoise

📋 copy color: '#B2EBF3'

red 178 ◦ green 235 ◦ blue 243

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

Shades of Pale Turquoise #B2EBF3

Tints of Pale Turquoise #B2EBF3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.82%

 BLUE value IS 243 (95.31% from 255) = 37.04%

R = 27.13%
G = 35.82%
B = 37.04%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2EBF3 (or 0xB2EBF3) is known color: Pale Turquoise. HEX triplet: B2, EB and F3. RGB value is (178,235,243). Sum of RGB (Red+Green+Blue) = 178+235+243=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2EBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBF3 is #4D140C. Grayscale: #DADADA. Windows color (decimal): -5051405 or 15985586. OLE color: 15985586.

HSL color Cylindrical-coordinate representation of color #B2EBF3: hue angle of 187.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EBF3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 235 243 -
CMYK 0.27 0.03 0 0.05
HSL 187.38º 0.73% 0.83% -
HSV(B) 187.38º 0.27% 0.95% -
XYZ 64.25 75.35 95.95 -
YUV 218.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 178 235 243 0.27 0.03 0 0.05 187.38 0.73 0.83
Hex B2 EB F3 1B 3 0 5 BB 49 53
Octal 262 353 363 33 3 0 5 273 111 123
Binary 10110010 11101011 11110011 11011 11 0 101 10111011 1001001 1010011

Color Harmonies of #B2EBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBF3

Black with #B2EBF3

Text Example


Text Example

White with #B2EBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBF3; }

 p { color: rgb(178,235,243); }

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

background-color css

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

 a { background-color: rgb(178,235,243); }

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

border-color css

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

 span { border-color: rgb(178,235,243); }

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