Html Css Color HEX #B3EFFF Pale Turquoise

📋 copy color: '#B3EFFF'

red 179 ◦ green 239 ◦ blue 255

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

Shades of Pale Turquoise #B3EFFF

Tints of Pale Turquoise #B3EFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.89%

R = 26.6%
G = 35.51%
B = 37.89%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B3EFFF (or 0xB3EFFF) is known color: Pale Turquoise. HEX triplet: B3, EF and FF. RGB value is (179,239,255). Sum of RGB (Red+Green+Blue) = 179+239+255=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFFF is #4C1000. Grayscale: #DEDEDE. Windows color (decimal): -4984833 or 16773043. OLE color: 16773043.

HSL color Cylindrical-coordinate representation of color #B3EFFF: hue angle of 192.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3EFFF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 239 255 -
CMYK 0.30 0.06 0 0
HSL 192.63º 1% 0.85% -
HSV(B) 192.63º 0.3% 1% -
XYZ 67.51 78.54 106.21 -
YUV 222.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 179 239 255 0.30 0.06 0 0 192.63 1 0.85
Hex B3 EF FF 1E 6 0 0 C1 64 55
Octal 263 357 377 36 6 0 0 301 144 125
Binary 10110011 11101111 11111111 11110 110 0 0 11000001 1100100 1010101

Color Harmonies of #B3EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFFF

Black with #B3EFFF

Text Example


Text Example

White with #B3EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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