Html Css Color HEX #B3EBE5 Pale Turquoise

📋 copy color: '#B3EBE5'

red 179 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #B3EBE5

Tints of Pale Turquoise #B3EBE5

RGB

 RED value IS 179 (70.31% from 255) = 27.84%

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

 BLUE value IS 229 (89.84% from 255) = 35.61%

R = 27.84%
G = 36.55%
B = 35.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#B3EBE5 (or 0xB3EBE5) is known color: Pale Turquoise. HEX triplet: B3, EB and E5. RGB value is (179,235,229). Sum of RGB (Red+Green+Blue) = 179+235+229=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBE5 is #4C141A. Grayscale: #D9D9D9. Windows color (decimal): -4985883 or 15068083. OLE color: 15068083.

HSL color Cylindrical-coordinate representation of color #B3EBE5: hue angle of 173.57º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBE5 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 235 229 -
CMYK 0.24 0 0.03 0.08
HSL 173.57º 0.58% 0.81% -
HSV(B) 173.57º 0.24% 0.92% -
XYZ 62.44 74.66 85.25 -
YUV 217.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 179 235 229 0.24 0 0.03 0.08 173.57 0.58 0.81
Hex B3 EB E5 18 0 3 8 AE 3A 51
Octal 263 353 345 30 0 3 10 256 72 121
Binary 10110011 11101011 11100101 11000 0 11 1000 10101110 111010 1010001

Color Harmonies of #B3EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EBE5

Black with #B3EBE5

Text Example


Text Example

White with #B3EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EBE5; }

 p { color: rgb(179,235,229); }

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

background-color css

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

 a { background-color: rgb(179,235,229); }

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

border-color css

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

 span { border-color: rgb(179,235,229); }

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