Html Css Color HEX #B3EAEA Pale Turquoise

📋 copy color: '#B3EAEA'

red 179 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #B3EAEA

Tints of Pale Turquoise #B3EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.17%

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 27.67%
G = 36.17%
B = 36.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B3EAEA (or 0xB3EAEA) is known color: Pale Turquoise. HEX triplet: B3, EA and EA. RGB value is (179,234,234). Sum of RGB (Red+Green+Blue) = 179+234+234=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #B3EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EAEA is #4C1515. Grayscale: #D9D9D9. Windows color (decimal): -4986134 or 15395507. OLE color: 15395507.

HSL color Cylindrical-coordinate representation of color #B3EAEA: hue angle of 180º degrees, saturation: 0.57, 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 #B3EAEA is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 234 234 -
CMYK 0.24 0 0 0.08
HSL 180º 0.57% 0.81% -
HSV(B) 180º 0.24% 0.92% -
XYZ 62.86 74.37 88.88 -
YUV 217.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 179 234 234 0.24 0 0 0.08 180 0.57 0.81
Hex B3 EA EA 18 0 0 8 B4 39 51
Octal 263 352 352 30 0 0 10 264 71 121
Binary 10110011 11101010 11101010 11000 0 0 1000 10110100 111001 1010001

Color Harmonies of #B3EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EAEA

Black with #B3EAEA

Text Example


Text Example

White with #B3EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EAEA; }

 p { color: rgb(179,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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