Html Css Color HEX #B3EEED Pale Turquoise

📋 copy color: '#B3EEED'

red 179 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #B3EEED

Tints of Pale Turquoise #B3EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.39%

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 27.37%
G = 36.39%
B = 36.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#B3EEED (or 0xB3EEED) is known color: Pale Turquoise. HEX triplet: B3, EE and ED. RGB value is (179,238,237). Sum of RGB (Red+Green+Blue) = 179+238+237=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEED is #4C1112. Grayscale: #DCDCDC. Windows color (decimal): -4985107 or 15593139. OLE color: 15593139.

HSL color Cylindrical-coordinate representation of color #B3EEED: hue angle of 178.98º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EEED is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 238 237 -
CMYK 0.25 0 0.00 0.07
HSL 178.98º 0.63% 0.82% -
HSV(B) 178.98º 0.25% 0.93% -
XYZ 64.45 76.85 91.56 -
YUV 220.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 179 238 237 0.25 0 0.00 0.07 178.98 0.63 0.82
Hex B3 EE ED 19 0 0 7 B3 3F 52
Octal 263 356 355 31 0 0 7 263 77 122
Binary 10110011 11101110 11101101 11001 0 0 111 10110011 111111 1010010

Color Harmonies of #B3EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EEED

Black with #B3EEED

Text Example


Text Example

White with #B3EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EEED; }

 p { color: rgb(179,238,237); }

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

background-color css

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

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

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

border-color css

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

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

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