Html Css Color HEX #B3FFF3 Pale Turquoise

📋 copy color: '#B3FFF3'

red 179 ◦ green 255 ◦ blue 243

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

Shades of Pale Turquoise #B3FFF3

Tints of Pale Turquoise #B3FFF3

RGB

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

 GREEN value IS 255 (100% from 255) = 37.67%

 BLUE value IS 243 (95.31% from 255) = 35.89%

R = 26.44%
G = 37.67%
B = 35.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#B3FFF3 (or 0xB3FFF3) is known color: Pale Turquoise. HEX triplet: B3, FF and F3. RGB value is (179,255,243). Sum of RGB (Red+Green+Blue) = 179+255+243=677 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.44% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFF3 is #4C000C. Grayscale: #E6E6E6. Windows color (decimal): -4980749 or 15990707. OLE color: 15990707.

HSL color Cylindrical-coordinate representation of color #B3FFF3: hue angle of 170.53º 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 #B3FFF3 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 179 255 243 -
CMYK 0.30 0 0.05 0
HSL 170.53º 1% 0.85% -
HSV(B) 170.53º 0.3% 1% -
XYZ 70.53 87.57 97.98 -
YUV 230.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 179 255 243 0.30 0 0.05 0 170.53 1 0.85
Hex B3 FF F3 1E 0 5 0 AB 64 55
Octal 263 377 363 36 0 5 0 253 144 125
Binary 10110011 11111111 11110011 11110 0 101 0 10101011 1100100 1010101

Color Harmonies of #B3FFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FFF3

Black with #B3FFF3

Text Example


Text Example

White with #B3FFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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