Html Css Color HEX #B3F0F1 Pale Turquoise

📋 copy color: '#B3F0F1'

red 179 ◦ green 240 ◦ blue 241

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

Shades of Pale Turquoise #B3F0F1

Tints of Pale Turquoise #B3F0F1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.36%

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 27.12%
G = 36.36%
B = 36.52%

CMYK

 C value IS 0.26

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B3F0F1 (or 0xB3F0F1) is known color: Pale Turquoise. HEX triplet: B3, F0 and F1. RGB value is (179,240,241). Sum of RGB (Red+Green+Blue) = 179+240+241=660 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.12% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3F0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F0F1 is #4C0F0E. Grayscale: #DDDDDD. Windows color (decimal): -4984591 or 15855795. OLE color: 15855795.

HSL color Cylindrical-coordinate representation of color #B3F0F1: hue angle of 180.97º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F0F1 is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 240 241 -
CMYK 0.26 0.00 0 0.05
HSL 180.97º 0.69% 0.82% -
HSV(B) 180.97º 0.26% 0.95% -
XYZ 65.63 78.25 94.86 -
YUV 221.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 179 240 241 0.26 0.00 0 0.05 180.97 0.69 0.82
Hex B3 F0 F1 1A 0 0 5 B5 45 52
Octal 263 360 361 32 0 0 5 265 105 122
Binary 10110011 11110000 11110001 11010 0 0 101 10110101 1000101 1010010

Color Harmonies of #B3F0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F0F1

Black with #B3F0F1

Text Example


Text Example

White with #B3F0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F0F1; }

 p { color: rgb(179,240,241); }

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

background-color css

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

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

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

border-color css

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

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

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