Html Css Color HEX #B3F1F0 Pale Turquoise

📋 copy color: '#B3F1F0'

red 179 ◦ green 241 ◦ blue 240

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

Shades of Pale Turquoise #B3F1F0

Tints of Pale Turquoise #B3F1F0

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

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

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

Color convert

RGB 179 241 240 -
CMYK 0.26 0 0.00 0.05
HSL 179.03º 0.69% 0.82% -
HSV(B) 179.03º 0.26% 0.95% -
XYZ 65.77 78.79 94.18 -
YUV 222.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 179 241 240 0.26 0 0.00 0.05 179.03 0.69 0.82
Hex B3 F1 F0 1A 0 0 5 B3 45 52
Octal 263 361 360 32 0 0 5 263 105 122
Binary 10110011 11110001 11110000 11010 0 0 101 10110011 1000101 1010010

Color Harmonies of #B3F1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F1F0

Black with #B3F1F0

Text Example


Text Example

White with #B3F1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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