Html Css Color HEX #B3EFED Pale Turquoise

📋 copy color: '#B3EFED'

red 179 ◦ green 239 ◦ blue 237

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

Shades of Pale Turquoise #B3EFED

Tints of Pale Turquoise #B3EFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.49%

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

R = 27.33%
G = 36.49%
B = 36.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B3EFED (or 0xB3EFED) is known color: Pale Turquoise. HEX triplet: B3, EF and ED. RGB value is (179,239,237). Sum of RGB (Red+Green+Blue) = 179+239+237=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFED is #4C1012. Grayscale: #DCDCDC. Windows color (decimal): -4984851 or 15593395. OLE color: 15593395.

HSL color Cylindrical-coordinate representation of color #B3EFED: hue angle of 178º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFED is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 239 237 -
CMYK 0.25 0 0.01 0.06
HSL 178º 0.65% 0.82% -
HSV(B) 178º 0.25% 0.94% -
XYZ 64.74 77.43 91.65 -
YUV 220.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 179 239 237 0.25 0 0.01 0.06 178 0.65 0.82
Hex B3 EF ED 19 0 1 6 B2 41 52
Octal 263 357 355 31 0 1 6 262 101 122
Binary 10110011 11101111 11101101 11001 0 1 110 10110010 1000001 1010010

Color Harmonies of #B3EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFED

Black with #B3EFED

Text Example


Text Example

White with #B3EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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